Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
silentz authored Jan 17, 2022
1 parent 1b48e41 commit 06a0fa8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ python -m train.export --config train/configs/shells.yaml --from_ckpt checkpoint
```bash
python infer.py export/shells.pt # path to exported model (see config)
```

### Samples

Trained FastGAN torchscript model is located in second release (see "releases" section of github page of repository).
Here are samples of generated images (model is trained on shells dataset):

<img src='images/samples.png' width='900'>

0 comments on commit 06a0fa8

Please sign in to comment.