Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dorarad authored Feb 6, 2022
1 parent 0fe2ecc commit b9f387f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ A minimal example of using a pre-trained GANformer can be found at [`generate.py
```python
python generate.py --gpus 0 --model gdrive:bedrooms-snapshot.pkl --output-dir images --images-num 32
```
You can use `--truncation-psi` to control the generated images quality/diversity trade-off.
We recommend setting it to values in the range of `0.6-1.0`.
**You can use `--truncation-psi` to control the generated images quality/diversity trade-off.
We recommend trying out different values in the range of `0.6-1.0`.**

We currently provide pretrained models for resolution 256×256 but keep training them and will release newer checkpoints as well as pretrained models for resolution 1024×1024 soon!

Expand Down

0 comments on commit b9f387f

Please sign in to comment.