-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
RuntimeError: Tried to instantiate dummy base class Event #37
Comments
Have same issue on anaconda of windows and failed to find way to solve it. The Event classes are only used to record elapsing time. |
it worked , thx bro. I follow you advise, success by pass the errors. but i have another errors like torch and cuda things , work on it , thank alot |
Yes, after commenting, this error: |
Try install torch with cuda support if it doesn't. My cmd is |
Hello, same error here. Could you please let me know how to comment out "self._start_event" and "self._end_event" in "renderer.py" and why they are related to "\anaconda3\lib\site-packages\torch\cuda_utils.py"? Thank you for your support. |
Hi all, I am getting this error: No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8' |
How can I solve this problem? If you can show me pictures where you show me how it is, it would be better because I'm not very familiar with these things XD |
Try python -c "import torch; print(torch.version)" for torch version. The "event error" is not actual error. For my case there was torch+CPU installation instead torch+CUDA. P.S. There error in requirement.txt Line like "torch>=2.0.0" install cpu vesrion. Change it to something like "torch>=2.0.0+cu111" for gpu version installation. |
For example, in viz/renderer.py, let "disable_timing = True", which could comment out both of them. It works, but I still don't know other more useful functions. |
hello, unfortunately I was not able to understand what you told me. I asked if you could kindly take pictures of the various procedures, since I'm not really familiar with these things. BUT nothing done. Oh well, thanks anyway |
Sorry for delay. I am on vacation now. Answer:
P.S. If you use this project requirements.txt file - you get wrong pytorch version installed (CPU) |
This worked for me ( Anaconda / Windows ) |
hi,bro,I'm facing the same problem. Did you solve it? |
实在不太清楚是那有问题了,大会帮忙吧,困死了
The text was updated successfully, but these errors were encountered: