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
d7a4970e
Commit
d7a4970e
authored
Sep 30, 2016
by
Christopher Shallue
Browse files
Remove flag --config=cuda. It's not necessary and can cause a warning.
parent
19d80b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
im2txt/README.md
im2txt/README.md
+1
-1
No files found.
im2txt/README.md
View file @
d7a4970e
...
@@ -218,7 +218,7 @@ INCEPTION_CHECKPOINT="${HOME}/im2txt/data/inception_v3.ckpt"
...
@@ -218,7 +218,7 @@ INCEPTION_CHECKPOINT="${HOME}/im2txt/data/inception_v3.ckpt"
MODEL_DIR
=
"
${
HOME
}
/im2txt/model"
MODEL_DIR
=
"
${
HOME
}
/im2txt/model"
# Build the model.
# Build the model.
bazel build
-c
opt
--config
=
cuda
im2txt/...
bazel build
-c
opt im2txt/...
# Run the training script.
# Run the training script.
bazel-bin/im2txt/train
\
bazel-bin/im2txt/train
\
...
...
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