Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.tensorflow
Commits
e42a6d27
Commit
e42a6d27
authored
8 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
VGG 16
parent
fdfa63eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/learn/tensorflow/layers/__init__.py
+1
-0
1 addition, 0 deletions
bob/learn/tensorflow/layers/__init__.py
bob/learn/tensorflow/network/__init__.py
+1
-0
1 addition, 0 deletions
bob/learn/tensorflow/network/__init__.py
with
2 additions
and
0 deletions
bob/learn/tensorflow/layers/__init__.py
+
1
−
0
View file @
e42a6d27
...
...
@@ -7,6 +7,7 @@ from .Layer import Layer
from
.Conv2D
import
Conv2D
from
.FullyConnected
import
FullyConnected
from
.MaxPooling
import
MaxPooling
from
.AveragePooling
import
AveragePooling
from
.Dropout
import
Dropout
from
.InputLayer
import
InputLayer
...
...
This diff is collapsed.
Click to expand it.
bob/learn/tensorflow/network/__init__.py
+
1
−
0
View file @
e42a6d27
...
...
@@ -12,6 +12,7 @@ from .MLP import MLP
from
.FaceNet
import
FaceNet
from
.FaceNetSimple
import
FaceNetSimple
from
.VGG16
import
VGG16
from
.VGG16_mod
import
VGG16_mod
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment