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
00b081e9
Unverified
Commit
00b081e9
authored
Feb 01, 2019
by
Toby Boyd
Committed by
GitHub
Feb 01, 2019
Browse files
points default data_dir to child folder. (#6131)
Failed test is python2 and was a kokoro failure
parent
44ecc4a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/cifar10_main.py
official/resnet/cifar10_main.py
+1
-1
No files found.
official/resnet/cifar10_main.py
View file @
00b081e9
...
@@ -234,7 +234,7 @@ def cifar10_model_fn(features, labels, mode, params):
...
@@ -234,7 +234,7 @@ def cifar10_model_fn(features, labels, mode, params):
def
define_cifar_flags
():
def
define_cifar_flags
():
resnet_run_loop
.
define_resnet_flags
()
resnet_run_loop
.
define_resnet_flags
()
flags
.
adopt_module_key_flags
(
resnet_run_loop
)
flags
.
adopt_module_key_flags
(
resnet_run_loop
)
flags_core
.
set_defaults
(
data_dir
=
'/tmp/cifar10_data'
,
flags_core
.
set_defaults
(
data_dir
=
'/tmp/cifar10_data
/cifar-10-batches-bin
'
,
model_dir
=
'/tmp/cifar10_model'
,
model_dir
=
'/tmp/cifar10_model'
,
resnet_size
=
'56'
,
resnet_size
=
'56'
,
train_epochs
=
182
,
train_epochs
=
182
,
...
...
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