-
Notifications
You must be signed in to change notification settings - Fork 3
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
Specs of gpu for training #3
Comments
Hi, Best, |
Thanks for your reply, |
Hi, Unfortunately, the code does not support multi-gpu training. You can only use one GPU for training or evaluation. We implemented the dataloader scheme a little different. We had a iterator object which gives the next batch in the dataloader and when there is no next batch, the iterator returns the first object in the dataloader. That is, when we first pass through the entire dataset, we start the next pass. Number of iterations was around ~300K iterations for generic dataset, MNIST, KTH and BAIR and ~150K for batch size of 16 (2.4M video samples in total). Best, |
Hi,
I wonder if you can release the specs of GPU for training on these datasets.
thank you for your support
The text was updated successfully, but these errors were encountered: