Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
30268a43
Commit
30268a43
authored
Jul 27, 2017
by
Toby Boyd
Committed by
GitHub
Jul 27, 2017
Browse files
Merge pull request #1945 from mari-linhares/patch-1
Small fixes in README
parents
1f6bfcfa
61065b9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
tutorials/image/cifar10_estimator/README.md
tutorials/image/cifar10_estimator/README.md
+9
-1
No files found.
tutorials/image/cifar10_estimator/README.md
View file @
30268a43
...
...
@@ -33,7 +33,15 @@ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-
--num_gpus
=
0
\
--train_steps
=
1000
# Run the model on CPU and 2 CPUs. After training, it runs the evaluation.
# Run the model on 2 GPUs using CPU as parameter server. After training, it runs the evaluation.
$
python cifar10_main.py
--data_dir
=
/prefix/to/downloaded/data/cifar-10-batches-bin
\
--model_dir
=
/tmp/cifar10
\
--is_cpu_ps
=
True
\
--force_gpu_compatible
=
True
\
--num_gpus
=
2
\
--train_steps
=
1000
# 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
\
--model_dir
=
/tmp/cifar10
\
--is_cpu_ps
=
False
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment