-
Notifications
You must be signed in to change notification settings - Fork 62
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
returned non-zero exit status 1. #22
Comments
Hey, I haven't tried torch 1.4. Posting the error trace would be helpful. |
Hi
|
Have a look at defaults.py, IMS_PER_BATCH (should be a multipler of NGPUs) As for the error you posted, haven't seen that before. Might have to do with different versions of torch, back then I used torch 1.1 |
@mrlooi Thanks |
I believe 0.4 - 1.1 |
@mrlooi IMS_PER_BATCH = 16 |
This is a separate issue. |
@mrlooi thank you for your great job.
Running the code for multi-gpu has got this error:
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-u', 'tools/train_net.py', '--local_rank=1', '--config-file', 'configs/rotated/my_config.yaml']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: