Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarott authored Aug 16, 2021
1 parent 1b4906b commit 286d3cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ If you use this code for your research, please cite our paper:
python -m pip install -r requirements.txt
```

This code was tested with python 3.6
This code was tested with python 3.6, torch 1.4

Please note: the code currently only supports torch 1.4 or earlier because of the optimization scheme.

For later torch versions, you may try this repository: https://github.com/kligvasser/SinGAN (results won't necessarily be identical to the official implementation).


### Train
To train SinGAN model on your own image, put the desired training image under Input/Images, and run
Expand Down

0 comments on commit 286d3cd

Please sign in to comment.