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
03612984
Unverified
Commit
03612984
authored
Nov 27, 2018
by
pkulzc
Committed by
GitHub
Nov 27, 2018
Browse files
Update TF runtime version in running_pets.md
parents
e45df83b
703750ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
research/object_detection/g3doc/running_pets.md
research/object_detection/g3doc/running_pets.md
+4
-2
research/object_detection/samples/cloud/cloud.yml
research/object_detection/samples/cloud/cloud.yml
+1
-1
No files found.
research/object_detection/g3doc/running_pets.md
View file @
03612984
...
@@ -208,7 +208,7 @@ For running the training Cloud ML job, we'll configure the cluster to use 5
...
@@ -208,7 +208,7 @@ For running the training Cloud ML job, we'll configure the cluster to use 5
training jobs and three parameters servers. The
training jobs and three parameters servers. The
configuration file can be found at
`object_detection/samples/cloud/cloud.yml`
.
configuration file can be found at
`object_detection/samples/cloud/cloud.yml`
.
Note: Th
is
sample is supported for use with 1.
8
runtime version.
Note: Th
e code
sample
below
is supported for use with 1.
9
runtime version.
To start training and evaluation, execute the following command from the
To start training and evaluation, execute the following command from the
`tensorflow/models/research/`
directory:
`tensorflow/models/research/`
directory:
...
@@ -216,7 +216,7 @@ To start training and evaluation, execute the following command from the
...
@@ -216,7 +216,7 @@ To start training and evaluation, execute the following command from the
```
bash
```
bash
# From tensorflow/models/research/
# From tensorflow/models/research/
gcloud ml-engine
jobs
submit training
`
whoami
`
_object_detection_pets_
`
date
+%m_%d_%Y_%H_%M_%S
`
\
gcloud ml-engine
jobs
submit training
`
whoami
`
_object_detection_pets_
`
date
+%m_%d_%Y_%H_%M_%S
`
\
--runtime-version
1.
8
\
--runtime-version
1.
9
\
--job-dir
=
gs://
${
YOUR_GCS_BUCKET
}
/model_dir
\
--job-dir
=
gs://
${
YOUR_GCS_BUCKET
}
/model_dir
\
--packages
dist/object_detection-0.1.tar.gz,slim/dist/slim-0.1.tar.gz,/tmp/pycocotools/pycocotools-2.0.tar.gz
\
--packages
dist/object_detection-0.1.tar.gz,slim/dist/slim-0.1.tar.gz,/tmp/pycocotools/pycocotools-2.0.tar.gz
\
--module-name
object_detection.model_main
\
--module-name
object_detection.model_main
\
...
@@ -248,6 +248,8 @@ web browser. You should see something similar to the following:
...
@@ -248,6 +248,8 @@ web browser. You should see something similar to the following:


Make sure your Tensorboard version is the same minor version as your Tensorflow (1.x)
You will also want to click on the images tab to see example detections made by
You will also want to click on the images tab to see example detections made by
the model while it trains. After about an hour and a half of training, you can
the model while it trains. After about an hour and a half of training, you can
expect to see something like this:
expect to see something like this:
...
...
research/object_detection/samples/cloud/cloud.yml
View file @
03612984
trainingInput
:
trainingInput
:
runtimeVersion
:
"
1.
8
"
runtimeVersion
:
"
1.
9
"
scaleTier
:
CUSTOM
scaleTier
:
CUSTOM
masterType
:
standard_gpu
masterType
:
standard_gpu
workerCount
:
5
workerCount
:
5
...
...
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