You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the first time I followed the instructions and installed Python 3.6.8, but when I run this project, it gave me an error that read "AttributeError: module 'torch.jit' has no attribute '_script_if_tracing'", so I googled and found that it was the Python version that mattered, so I create another virtual environment using Python 3.7.2 and it finally worked.
The text was updated successfully, but these errors were encountered:
At the first time I followed the instructions and installed Python 3.6.8, but when I run this project, it gave me an error that read "AttributeError: module 'torch.jit' has no attribute '_script_if_tracing'", so I googled and found that it was the Python version that mattered, so I create another virtual environment using Python 3.7.2 and it finally worked.
The text was updated successfully, but these errors were encountered: