From 3c5b7e2d563f336033019d730497a6e4ee7e4f35 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 10 Oct 2020 10:37:44 -0700 Subject: [PATCH] update readme --- .gitignore | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) 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