-
Notifications
You must be signed in to change notification settings - Fork 3
ERROR when running testing #1
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
Comments
Now the problem was solved by udpated it to 1.13, but I got another error as: Traceback (most recent call last): The file is not in the pretrained_weights that I downloaded from the link |
How did you solve that problems? Could you please offer some code or command? |
Sorry for the incomplete files. A full pretrained_weights file have been updated now. |
Here is the information:
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/opt/conda/lib/python3.8/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "COSA/env/lib/python3.8/site-packages/torch/init.py", line 527, in
class DoubleStorage(_C.DoubleStorageBase, _StorageBase):
AttributeError: module 'torch._C' has no attribute 'DoubleStorageBase'
I also tried different version of torch, got other errors
The text was updated successfully, but these errors were encountered: