Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
46d14f90
Commit
46d14f90
authored
Jul 13, 2018
by
Tiago de Freitas Pereira
Browse files
Added test units
parent
521d18ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/test/data/dummy_image_database/m301_01_p01_i0_0_GRAY.png
0 → 100644
View file @
46d14f90
20.4 KB
bob/learn/tensorflow/test/data/style_transfer.py
0 → 100644
View file @
46d14f90
from
bob.learn.tensorflow.network
import
dummy
architecture
=
dummy
import
pkg_resources
checkpoint_dir
=
"./temp/"
style_end_points
=
[
"conv1"
]
content_end_points
=
[
"fc1"
]
scopes
=
{
"Dummy/"
:
"Dummy/"
}
Write
Preview
Supports
Markdown
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