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

slow evaluation speed #25

Closed
FrontierBreaker opened this issue Dec 12, 2023 · 4 comments
Closed

slow evaluation speed #25

FrontierBreaker opened this issue Dec 12, 2023 · 4 comments

Comments

@FrontierBreaker
Copy link

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]

@JayKarhade
Copy link
Collaborator

Is it getting stuck at 139 step or is it slow inference?

The evaluation is slower because we calculate LPIPS and also store images.

@FrontierBreaker
Copy link
Author

FrontierBreaker commented Dec 12, 2023

The inference is slow. Is the inference speed (7h/sequence) normal?

@Nik-V9
Copy link
Contributor

Nik-V9 commented Dec 12, 2023

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?

@FrontierBreaker
Copy link
Author

okay, I will check it. Thank you!

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

3 participants