diff --git a/.gitignore b/.gitignore index b6e47617d..d8468d53f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Generation results +results/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index f4fdb18ef..abf4faf0d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ trainer = Trainer( trainer.train() ``` +Samples and model checkpoints will be logged to `./results` periodically + ## Citations ```bibtex