"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "4e80df79d5821ba90ba370b77922f854ee222919"
Commit 61065b9d authored by Marianne Linhares Monteiro's avatar Marianne Linhares Monteiro Committed by GitHub
Browse files

fixing usinc typo

parent 51d99c66
...@@ -41,7 +41,7 @@ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches- ...@@ -41,7 +41,7 @@ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-
--num_gpus=2 \ --num_gpus=2 \
--train_steps=1000 --train_steps=1000
# Run the model on 2 GPUs usinc GPU as parameter server. After training, it runs the evaluation. # Run the model on 2 GPUs using GPU as parameter server. After training, it runs the evaluation.
$ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-bin \ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-bin \
--model_dir=/tmp/cifar10 \ --model_dir=/tmp/cifar10 \
--is_cpu_ps=False \ --is_cpu_ps=False \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment