-
Notifications
You must be signed in to change notification settings - Fork 133
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
How can I train with single GPU ? #87
Comments
I modified some code of train.py, which can run on a single GPU(my GPU is RTX3070).Except modify train.py, you need modify model/model_stage.py : train.py
|
actuallay I just delete one line in train.py from
|
I want to know what is your CUDA version,I use thank you!!! |
Maybe I have encountered a similar problem like this.
SECOND, change the bn function in By the way, my environment is: |
Hello,
thank you for sharing the awesome code.
I'm using CUDA 11.1, PyTorch 1.8.0 with my single GPU(RTX 3090)
and I have tested that evaluation and latency code are working well under my environment.
But I encounter the error when I try to train the model.
Training command
(I have changed '--nproc_per_node=3' to '--nproc_per_node=1')
Error
I wonder if I can I train with my single GPU.
Thanks !
The text was updated successfully, but these errors were encountered: