-
Notifications
You must be signed in to change notification settings - Fork 69
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
EfficientPose Training #36
Comments
i experinced same thing. Firstly i used nvidia a100 graphic card and results is nan however when i use gtx1080, results is not nan and logical |
Because 3060 can just support CUDA>11, however, the needed cuda version is 10.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am a student and I want to use EfficientPose. I have been working on the 6th step of the installation process. Below is what I get after running the command: python setup.py build_ext --inplace.
(EfficientPose) user@Puget-225743:~/EfficientPose$ python setup.py build_ext --inplace
running build_ext
Also, when training phi = 0 EfficientPose model on object 8 of Linemod (driller) using COCO pretrained weights, I get nan values as shown in the screenshot below.
Do you know what might be going on and how I can solve this issue? Thank you.
The text was updated successfully, but these errors were encountered: