-
Notifications
You must be signed in to change notification settings - Fork 174
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
slow evaluation speed #25
Comments
Is it getting stuck at 139 step or is it slow inference? The evaluation is slower because we calculate LPIPS and also store images. |
The inference is slow. Is the inference speed (7h/sequence) normal? |
Hi, no, this speed is not normal. Generally, the final evaluation is slow since we write the final output for each eval frame to the disk. However, it shouldn't be 7 hr/sequence (typically less than 20 minutes for Replica). This might be an issue with storage or something else on your end? |
okay, I will check it. Thank you! |
Hi, I find that the training time is very fast but it seems to be stuck during the final evaluation step. Could you please tell me why? Thanks!
Evaluating Final Parameters ...
7%|██▋ | 139/2000 [42:48<7:12:19, 13.94s/it]
The text was updated successfully, but these errors were encountered: