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
527609e0
Commit
527609e0
authored
Aug 18, 2017
by
Oier Mees
Committed by
Reed
Aug 17, 2017
Browse files
fixes #2236: non-existant flag was used to point to the dataset (#2238)
parent
02007a65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ptn/eval_ptn.py
ptn/eval_ptn.py
+1
-1
ptn/eval_rotator.py
ptn/eval_rotator.py
+1
-1
No files found.
ptn/eval_ptn.py
View file @
527609e0
...
...
@@ -97,7 +97,7 @@ def main(argv=()):
## data ##
##########
eval_data
=
model
.
get_inputs
(
FLAGS
.
data_sst_path
,
FLAGS
.
inp_dir
,
FLAGS
.
dataset_name
,
eval_params
.
eval_set
,
eval_params
.
batch_size
,
...
...
ptn/eval_rotator.py
View file @
527609e0
...
...
@@ -91,7 +91,7 @@ def main(argv=()):
## data ##
##########
val_data
=
model
.
get_inputs
(
FLAGS
.
data_sst_path
,
FLAGS
.
inp_dir
,
FLAGS
.
dataset_name
,
'val'
,
FLAGS
.
batch_size
,
...
...
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