From cdabc4cb84dc8e130655109088ecefa15f80a4f7 Mon Sep 17 00:00:00 2001 From: Cyprien de Masson d'Autume Date: Thu, 21 Nov 2019 17:49:13 +0000 Subject: [PATCH] Fix instructions in README.md PiperOrigin-RevId: 281770403 --- scratchgan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scratchgan/README.md b/scratchgan/README.md index 905b971..b8f8f9f 100644 --- a/scratchgan/README.md +++ b/scratchgan/README.md @@ -52,8 +52,8 @@ Install requirements: Run training and evaluation jobs: - python2 scratchgan.experiment.py --mode="train" & - python2 scratchgan.experiment.py --mode="evaluate_pair" & + python2 -m scratchgan.experiment --mode="train" & + python2 -m scratchgan.experiment --mode="evaluate_pair" & The evaluation code is designed to run in parallel with the training.