We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
When I try to use, I get this error:
$ python convert_torch.py -m resnext_101_64x4d.t7 Traceback (most recent call last): File "convert_torch.py", line 12, in <module> import torch.legacy.nn as lnn ModuleNotFoundError: No module named 'torch.legacy' (fastai)
My setup: conda 4.5.11 Python 3.7.1
The text was updated successfully, but these errors were encountered:
You have to use PyTorch 0.4.x. torch.legacy was removed in PyTorch 1.x.
0.4.x.
torch.legacy
1.x
Sorry, something went wrong.
No branches or pull requests
Hi
When I try to use, I get this error:
My setup:
conda 4.5.11
Python 3.7.1
The text was updated successfully, but these errors were encountered: