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.