-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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:
- lmdb==1.4.1
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
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels