PyTorch-NEAT icon indicating copy to clipboard operation
PyTorch-NEAT copied to clipboard

Problem with torch

Open ColineVL opened this issue 5 years ago • 1 comments

When running pip install -r requirements.txt, I got the error : ERROR: No matching distribution found for torch==0.4.0 (from -r requirements.txt (line 5))

ColineVL avatar May 11 '20 17:05 ColineVL

It seems to work with the following modification in requirements.txt: numpy==1.16.0 torch==1.4.0

carlee0 avatar Aug 25 '20 13:08 carlee0