Hi,
It would be helpful to add to the readme that the requirements.txt would only work for python=3.7 (python 3.8 would fail on trying to fetch torch=0.4.1.post2).
Here's what worked for me:
conda create --name recyclegan python=3.7 pip
conda activate recyclegan
pip install -r requirements.txt