Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
918c0d9d
Commit
918c0d9d
authored
Sep 22, 2017
by
Tiago de Freitas Pereira
Browse files
Updated test case
parent
f6a946f0
Pipeline
#12479
passed with stages
in 18 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/test/test_cnn_pretrained_model.py
View file @
918c0d9d
...
...
@@ -102,7 +102,7 @@ def test_cnn_pretrained():
analizer
=
None
,
temp_dir
=
directory
)
trainer
.
create_network_from_file
(
os
.
path
.
join
(
directory
,
"model.ckp"
))
trainer
.
create_network_from_file
(
os
.
path
.
join
(
directory
,
"model.ckp
.meta
"
))
trainer
.
train
()
embedding
=
Embedding
(
trainer
.
data_ph
,
trainer
.
graph
)
accuracy
=
validate_network
(
embedding
,
validation_data
,
validation_labels
)
...
...
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