From 2aba10cc0a87e654a465c4c5f745cd9f573fd1be Mon Sep 17 00:00:00 2001 From: Rafael Valle Date: Fri, 4 May 2018 09:09:24 -0700 Subject: [PATCH] README.md: updating multi-gpu syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 107e713..3a904d0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Distributed and FP16 support relies on work by Christian Sarofeen and NVIDIA's 2. (OPTIONAL) `tensorboard --logdir=outdir/logdir` ## Multi-GPU (distributed) and FP16 Training -1. `python -m multiproc train.py --output_directory=/outdir --log_directory=/logdir --hparams=distributed_run=True --fp16_run=True` +1. `python -m multiproc train.py --output_directory=outdir --log_directory=logdir --hparams=distributed_run=True,fp16_run=True` ## Inference 1. `jupyter notebook --ip=127.0.0.1 --port=31337`