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
5dabcadd
"examples/vscode:/vscode.git/clone" did not exist on "5493524b7130fa8fe7f1e71f7c93113e8c8fbb2c"
Commit
5dabcadd
authored
Jul 24, 2017
by
Marianne Linhares Monteiro
Committed by
GitHub
Jul 24, 2017
Browse files
Removing space
parent
afa7954d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tutorials/image/cifar10_estimator/cifar10_main.py
tutorials/image/cifar10_estimator/cifar10_main.py
+1
-1
No files found.
tutorials/image/cifar10_estimator/cifar10_main.py
View file @
5dabcadd
...
@@ -411,7 +411,7 @@ def main(unused_argv):
...
@@ -411,7 +411,7 @@ def main(unused_argv):
sess_config
.
inter_op_parallelism_threads
=
FLAGS
.
num_inter_threads
sess_config
.
inter_op_parallelism_threads
=
FLAGS
.
num_inter_threads
sess_config
.
gpu_options
.
force_gpu_compatible
=
FLAGS
.
force_gpu_compatible
sess_config
.
gpu_options
.
force_gpu_compatible
=
FLAGS
.
force_gpu_compatible
# log learning_rate
# log learning_rate
tensors_to_log
=
{
'learning_rate'
:
'learning_rate'
}
tensors_to_log
=
{
'learning_rate'
:
'learning_rate'
}
logging_hook
=
tf
.
train
.
LoggingTensorHook
(
logging_hook
=
tf
.
train
.
LoggingTensorHook
(
tensors
=
tensors_to_log
,
every_n_iter
=
100
)
tensors
=
tensors_to_log
,
every_n_iter
=
100
)
...
...
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