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
a5f64716
Commit
a5f64716
authored
Jul 13, 2017
by
Marianne Linhares Monteiro
Committed by
GitHub
Jul 13, 2017
Browse files
Small fixes in README
- 2 CPUs -> 2 GPUs - is_cpu_ps=True
parent
05efe3aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tutorials/image/cifar10_estimator/README.md
tutorials/image/cifar10_estimator/README.md
+2
-2
No files found.
tutorials/image/cifar10_estimator/README.md
View file @
a5f64716
...
@@ -33,10 +33,10 @@ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-
...
@@ -33,10 +33,10 @@ $ python cifar10_main.py --data_dir=/prefix/to/downloaded/data/cifar-10-batches-
--num_gpus
=
0
\
--num_gpus
=
0
\
--train_steps
=
1000
--train_steps
=
1000
# Run the model on CPU and 2
C
PUs. After training, it runs the evaluation.
# Run the model on CPU and 2
G
PUs. 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
=
Fals
e
\
--is_cpu_ps
=
Tru
e
\
--force_gpu_compatible
=
True
\
--force_gpu_compatible
=
True
\
--num_gpus
=
2
\
--num_gpus
=
2
\
--train_steps
=
1000
--train_steps
=
1000
...
...
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