Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 10, 2020
1 parent d4ce9f6 commit 3c5b7e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Generation results
results/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ trainer = Trainer(
trainer.train()
```

Samples and model checkpoints will be logged to `./results` periodically

## Citations

```bibtex
Expand Down

0 comments on commit 3c5b7e2

Please sign in to comment.