-
Notifications
You must be signed in to change notification settings - Fork 135
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
Either training or testing is too slow. How to speed up? #93
Comments
You can try fixing all the layers but the last few layers. I think the feature extraction module and cost aggregation layer can stay as they are. |
@oliverxudd The case that all the layers are fixed is actually like the evaluation process, isn't it? As I found, it also costs 6s for a 576x960 image. |
6 sec for a 576x960 image? that is way too slow.... |
I am also experiencing the same problem. I am using the pretrianed model and using predict.py for a 576x960 image. It takes 5-6 sec. Any idea how to speed up? |
Hello!
When finetuning on my own dataset with the pre-trained GANet_deep model as "sceneflow_epoch_10.pth", the training is too slow as 10s a step for 16 batchsize on 4 1080ti. Also, evaluating (using the code "evaluate.py") on SceneFlow test set with the same pre-trained model costs 6s for a 576x960 image. This time-consuming is much bigger than that stated in the paper.
By the way, is there any approach to speed up this PyTorch code?
Thanks a million!
The text was updated successfully, but these errors were encountered: