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

Bug when Training on multi-GPU #16

Open
ghost opened this issue Aug 30, 2019 · 0 comments
Open

Bug when Training on multi-GPU #16

ghost opened this issue Aug 30, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2019

when I trained train_partset.py with the command:
python train_partseg.py --multi_gpu="1, 2" --model_name='pointnet2' --batchsize=16 --epoch=130 --step_size=30 --optimizer='Adam'
the program will stop at the first iteration of progress bar, and I even can't kill the process.

While when I trained on a single GPU with:
python train_partseg.py --gpu="2" --model_name='pointnet2' --batchsize=16 --epoch=130 --step_size=30 --optimizer='Adam'
it can be run successfully.

I don't know what's the problem and can you kindly tell me how to solve it?

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

No branches or pull requests

0 participants