Fix instructions in README.md

PiperOrigin-RevId: 281770403
This commit is contained in:
Cyprien de Masson d'Autume
2019-11-21 17:49:13 +00:00
committed by Diego de Las Casas
parent b4ba6f32ba
commit cdabc4cb84
+2 -2
View File
@@ -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.