mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-01 05:24:03 +08:00
Fix instructions in README.md
PiperOrigin-RevId: 281770403
This commit is contained in:
committed by
Diego de Las Casas
parent
b4ba6f32ba
commit
cdabc4cb84
@@ -52,8 +52,8 @@ Install requirements:
|
|||||||
|
|
||||||
Run training and evaluation jobs:
|
Run training and evaluation jobs:
|
||||||
|
|
||||||
python2 scratchgan.experiment.py --mode="train" &
|
python2 -m scratchgan.experiment --mode="train" &
|
||||||
python2 scratchgan.experiment.py --mode="evaluate_pair" &
|
python2 -m scratchgan.experiment --mode="evaluate_pair" &
|
||||||
|
|
||||||
The evaluation code is designed to run in parallel with the training.
|
The evaluation code is designed to run in parallel with the training.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user