Skip to content
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

requirement.txt #11

Open
Mally-cj opened this issue Feb 4, 2024 · 0 comments
Open

requirement.txt #11

Mally-cj opened this issue Feb 4, 2024 · 0 comments

Comments

@Mally-cj
Copy link

Mally-cj commented Feb 4, 2024

As I followed the original requirement.txt, I encountered much trouble.

  1. Package conflict. (I have forgotten how to solve it,all in all I cannot use the same original requirement.txt)
  2. require low version of protobuf.
  3. 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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant