Skip to content

requirement.txt #11

@Mally-cj

Description

@Mally-cj

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

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions