Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-GPU evaluation #50

Merged
merged 1 commit into from
Jul 29, 2019
Merged

Conversation

roclark
Copy link
Contributor

@roclark roclark commented Jul 24, 2019

Attempting to evaluate any trained models with multiple GPUs will throw errors indicating the model being used does not contain a 'module' attribute, preventing the code from running concurrently on multiple GPUs. Following the layout of the training scripts, the evaluation code should instead leverage PyTorch's parallel neural network library when instantiating the model, and deploy the model on the requested device
(preferably GPUs if applicable).

Signed-Off-By: Robert Clark [email protected]

Attempting to evaluate any trained models with multiple GPUs will throw
errors indicating the model being used does not contain a 'module'
attribute, preventing the code from running concurrently on multiple
GPUs. Following the layout of the training scripts, the evaluation code
should instead leverage PyTorch's parallel neural network library when
instantiating the model, and deploy the model on the requested device
(preferably GPUs if applicable).

Signed-Off-By: Robert Clark <[email protected]>
@roclark roclark mentioned this pull request Jul 24, 2019
@roclark
Copy link
Contributor Author

roclark commented Jul 24, 2019

BTW, I know you are incredibly busy @Tramac, but I believe this should resolve a few outstanding issues in the repository which might make life a little easier. Otherwise, let me know if there's anything you would like me to update! Thanks!

@Tramac Tramac merged commit 7fbe397 into Tramac:master Jul 29, 2019
Copy link
Owner

@Tramac Tramac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks u for your great work!

@roclark
Copy link
Contributor Author

roclark commented Jul 29, 2019

Happy to help out! Thank YOU for your awesome work on getting this repository together! This is by far the most complete collection of semantic segmentation scripts/tools that I've found on GitHub.

@roclark roclark deleted the support-multi-gpu-eval branch July 29, 2019 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants