Skip to content
GitLab
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
7ed37527
Commit
7ed37527
authored
Nov 08, 2016
by
Tiago de Freitas Pereira
Browse files
Merge branch 'master' of gitlab.idiap.ch:tiago.pereira/bob.learn.tensorflow
Conflicts: bob/learn/tensorflow/network/VGG16_mod.py
parents
3a91b4ee
7d5e69d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/network/VGG16_mod.py
View file @
7ed37527
...
...
@@ -61,7 +61,6 @@ class VGG16_mod(SequenceNetwork):
conv5_3_kernel_size
=
3
,
conv5_3_output
=
512
,
fc6_output
=
4096
,
n_classes
=
10
,
default_feature_layer
=
"fc8"
,
...
...
@@ -130,7 +129,6 @@ class VGG16_mod(SequenceNetwork):
self
.
conv5_3_kernel_size
=
conv5_3_kernel_size
self
.
conv5_3_output
=
conv5_3_output
self
.
fc6_output
=
fc6_output
self
.
n_classes
=
n_classes
# First convolutional
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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