clovaai / WCT2

Software that can perform photorealistic style transfer without the need of any post-processing steps.
MIT License
875 stars 144 forks source link

Error with installing requirements #2

Closed pniedzwiedzinski closed 5 years ago

pniedzwiedzinski commented 5 years ago

On google colab it's failing to install when I do pip3 install -r requirements.txt

Could not find a version that satisfies the requirement torch==0.4.1.post2 (from -r requirements.txt (line 1)) 
(from versions: 0.1.2, 0.1.2.post1, 0.3.1, 0.4.0, 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2)
No matching distribution found for torch==0.4.1.post2 (from -r requirements.txt (line 1))
jaejun-yoo commented 5 years ago

@pniedzwiedzinski Thx. I changed the requirements.txt. You can simply open the requirement.txt and erase the 0.4.1.post2 part. I checked that torch == 0.4.1 works.