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

Approximate Training Time #2

Closed
sandylaker opened this issue Feb 21, 2022 · 2 comments
Closed

Approximate Training Time #2

sandylaker opened this issue Feb 21, 2022 · 2 comments

Comments

@sandylaker
Copy link

Hi. May I ask how long does it take to train the model with setting "ResNet50×16" on ImageNet-LT using an 8xA100 or 8xV100 server?

I would appreciate it a lot if you could provide me an approximate training time.

@TeleeMa
Copy link
Collaborator

TeleeMa commented Feb 21, 2022

@sandylaker With batch_size=64, it takes around 24 hours to train ResNet50×16 on ImageNet-LT using a single A100. As the code base is constructed using DP rather than DDP, using multi-gpus will not accelerate but only distribute the memory.

@sandylaker
Copy link
Author

thanks

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

2 participants