-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to quickly obtain test metrics? #12
Comments
Thank you so much for your patient guidance, I have understand it. |
Hello, I have commented the image-saving codes(three calls |
Hi, I guess the inference speed might be limited by stacking events (I was using For the memory, I guess that might be because the input events are pretty similar to a 16-frame video clip (because we slice the events into several bins and then stack them as input). This might be the cause of high GPU memory. One possible way might be training a new model with a reduced number of event bins (like the config here), but I guess this might also degrade the performance a bit. |
Thank you, I will try your suggestion! |
Hi, thank you for your outstanding work, I have re-train model again, when I try to test my model, I found it is very time-consuming to make a test like
python main.py --yaml_path configs/hsergb_test.yaml
I guess` this may be due to saving prediction results during testing, which takes a long time. If I only want to obtain test metrics, how should I modify the configuration file? thank you.The text was updated successfully, but these errors were encountered: