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
As I followed the original requirement.txt, I encountered much trouble.
Package conflict. (I have forgotten how to solve it,all in all I cannot use the same original requirement.txt)
require low version of protobuf.
As I use torch==1.5.0+py37,it takes several minutes in the following code,which is abviously unusual. sigmas = torch.tensor( np.exp(np.linspace(np.log(90), np.log(0.01), 500)) ).float().to(device)
I found maybe the reason of this blog.
Finally, I didn't use the version of torch and python in original requirement.txt, it run sucesssfully. my requirements as follows:
As I followed the original requirement.txt, I encountered much trouble.
sigmas = torch.tensor( np.exp(np.linspace(np.log(90), np.log(0.01), 500)) ).float().to(device)
I found maybe the reason of this blog.
Finally, I didn't use the version of torch and python in original requirement.txt, it run sucesssfully. my requirements as follows:
numpy==1.19.5
pandas==1.1.5
Pillow==10.2.0
PyYAML==6.0.1
PyYAML==6.0.1
Requests==2.31.0
scikit_learn==1.4.0
scipy==1.12.0
six==1.16.0
torch==1.10.1+cu111
torchvision==0.11.2+cu111
tqdm==4.66.1
`
The text was updated successfully, but these errors were encountered: