-
Notifications
You must be signed in to change notification settings - Fork 21
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
Time Complexity #11
Comments
During evaluating the inference time, please remove "--ensemble". |
I removed the ensemble and the results remain very low. I am comparing models using a laptop without GPU though. On a rather small image this model takes around 2 min without ensemble, and another deep learning model with 1M parameters takes around 2 sec. |
Please use GUP for testing. Parallel computing is important for non-local. |
Thank you very much for your answers. |
Hi,
Is it normal that the inference is very very slow, even when varying the patch_size ? I am doing a comparison with other Deep Learning models.
The text was updated successfully, but these errors were encountered: