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
fd8a1169
There was a problem fetching the pipeline summary.
Commit
fd8a1169
authored
8 years ago
by
Pavel KORSHUNOV
Browse files
Options
Downloads
Patches
Plain Diff
Correcting sphinx tests
parent
014893c0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6
Merge branch with audio-stuff into master
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/index.rst
+2
-2
2 additions, 2 deletions
doc/index.rst
doc/py_api.rst
+6
-0
6 additions, 0 deletions
doc/py_api.rst
with
8 additions
and
2 deletions
doc/index.rst
+
2
−
2
View file @
fd8a1169
...
...
@@ -3,9 +3,9 @@
.. _bob.learn.tensorflow:
========================
========================
=
Tensorflow Bob Bindings
========================
========================
=
`bob.learn.tensorflow` is a high-level library, written in Python that runs on top of TensorFlow.
The goal here is to be able to do fast experimentation with neural networks.
...
...
This diff is collapsed.
Click to expand it.
doc/py_api.rst
+
6
−
0
View file @
fd8a1169
...
...
@@ -22,6 +22,8 @@ Architectures
bob.learn.tensorflow.network.MLP
bob.learn.tensorflow.network.VGG16
bob.learn.tensorflow.network.VGG16_mod
bob.learn.tensorflow.network.SimpleAudio
bob.learn.tensorflow.network.DeeperAudio
Trainers
...
...
@@ -32,6 +34,7 @@ Trainers
bob.learn.tensorflow.trainers.Trainer
bob.learn.tensorflow.trainers.SiameseTrainer
bob.learn.tensorflow.trainers.TripletTrainer
bob.learn.tensorflow.trainers.TrainerSeq
Learning rate
-------------
...
...
@@ -48,11 +51,13 @@ Layers
.. autosummary::
bob.learn.tensorflow.layers.Layer
bob.learn.tensorflow.layers.Conv1D
bob.learn.tensorflow.layers.Conv2D
bob.learn.tensorflow.layers.Dropout
bob.learn.tensorflow.layers.FullyConnected
bob.learn.tensorflow.layers.MaxPooling
bob.learn.tensorflow.layers.AveragePooling
bob.learn.tensorflow.layers.LogSoftMax
Data Shufflers
...
...
@@ -72,6 +77,7 @@ Data Shufflers
bob.learn.tensorflow.datashuffler.TripletWithFastSelectionDisk
bob.learn.tensorflow.datashuffler.TripletWithSelectionDisk
bob.learn.tensorflow.datashuffler.OnlineSampling
bob.learn.tensorflow.datashuffler.DiskAudio
...
...
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