-
Notifications
You must be signed in to change notification settings - Fork 71
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
About training time #22
Comments
Thanks for your interest in our work. Even if you set the number of epochs as one, some steps (e.g., herding) still take lots of time. On a single V100 GPU, it takes around 3-4 days to run the experiments on ImageNet using the default setting. |
I have run the experiments on ImageNet for 2 days,the first increamental phase was still not finished .My GPU is 3090,a single epoch takes 25 min.It seems that it wil take more than 3-4days even a week to get the result.I don't know whta's wrong with it . |
According to the default setting, we use half of all data in the first phase. So it takes more time than other phases. I didn't record the running time for different settings on ImageNet. So I cannot directly provide you with the exact time for running each experiment. I agree that running experiments on ImageNet takes lots of time. If there is anything I could help with, you may let me know. |
It seems there are some bugs in your code when training ImageNet.In function |
Thanks for correcting this bug. I have updated the code. |
Hello! I try to train the model on ImageNet by setting
epochs=1
,it still takes 11 hours to finish training.I want to knowhow long does it take to train AANets on ImageNet (N=5/10/25)?
The text was updated successfully, but these errors were encountered: