Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
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
Show more breadcrumbs
bob
docs
Commits
dbd31330
Commit
dbd31330
authored
5 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Plain Diff
Merge branch 'torch' into 'master'
Add bob.learn.tensorflow and bob.learn.pytorch See merge request
!16
parents
25ed0a26
db59564c
Loading
Loading
1 merge request
!16
Add bob.learn.tensorflow and bob.learn.pytorch
Pipeline
#35102
passed
5 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
141
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+5
-3
5 additions, 3 deletions
.gitignore
conda/meta.yaml
+2
-0
2 additions, 0 deletions
conda/meta.yaml
doc/index.rst
+4
-0
4 additions, 0 deletions
doc/index.rst
packages.txt
+3
-1
3 additions, 1 deletion
packages.txt
with
14 additions
and
4 deletions
.gitignore
+
5
−
3
View file @
dbd31330
*.swo
*.swp
*~
doc/bob/
doc/bob.ap/
doc/bob.bio.base/
doc/bob.bio.caffe_face/
...
...
@@ -29,6 +28,7 @@ doc/bob.db.cbsr_nir_vis_2/
doc/bob.db.cohface/
doc/bob.db.cuhk_cufs/
doc/bob.db.cuhk_cufsf/
doc/bob.db.fargo/
doc/bob.db.frgc/
doc/bob.db.fv3d/
doc/bob.db.gbu/
...
...
@@ -61,7 +61,6 @@ doc/bob.db.voxforge/
doc/bob.db.wine/
doc/bob.db.xm2vts/
doc/bob.db.youtube/
doc/bob.db.fargo/
doc/bob.extension/
doc/bob.fusion.base/
doc/bob.io.audio/
...
...
@@ -90,6 +89,8 @@ doc/bob.learn.em/
doc/bob.learn.libsvm/
doc/bob.learn.linear/
doc/bob.learn.mlp/
doc/bob.learn.pytorch/
doc/bob.learn.tensorflow/
doc/bob.math/
doc/bob.measure/
doc/bob.pad.base/
...
...
@@ -98,7 +99,8 @@ doc/bob.pad.vein/
doc/bob.pad.voice/
doc/bob.rppg.base/
doc/bob.sp/
doc/
gridtk
/
doc/
bob
/
doc/extra-intersphinx.txt
doc/gridtk/
doc/nitpick-exceptions.txt
sphinx/
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
2
−
0
View file @
dbd31330
...
...
@@ -102,6 +102,8 @@ requirements:
-
bob.learn.libsvm
-
bob.learn.linear
-
bob.learn.mlp
-
bob.learn.pytorch
-
bob.learn.tensorflow
-
bob.math
-
bob.measure
-
bob.pad.base
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
4
−
0
View file @
dbd31330
...
...
@@ -55,6 +55,8 @@ Machine Learning
* :ref:`bob.learn.libsvm`
* :ref:`bob.learn.em`
* :ref:`bob.learn.boosting`
* :ref:`bob.learn.tensorflow`
* :ref:`bob.learn.pytorch`
Modules for Developers
----------------------
...
...
@@ -250,6 +252,8 @@ Index of all Packages
bob.learn.libsvm <bob/bob.learn.libsvm/doc/index.rst>
bob.learn.linear <bob/bob.learn.linear/doc/index.rst>
bob.learn.mlp <bob/bob.learn.mlp/doc/index.rst>
bob.learn.pytorch <bob/bob.learn.pytorch/doc/index.rst>
bob.learn.tensorflow <bob/bob.learn.tensorflow/doc/index.rst>
bob.math <bob/bob.math/doc/index.rst>
bob.measure <bob/bob.measure/doc/index.rst>
bob.pad.base <bob/bob.pad.base/doc/index.rst>
...
...
This diff is collapsed.
Click to expand it.
packages.txt
+
3
−
1
View file @
dbd31330
...
...
@@ -26,6 +26,7 @@ bob/bob.db.cbsr_nir_vis_2
bob/bob.db.cohface
bob/bob.db.cuhk_cufs
bob/bob.db.cuhk_cufsf
bob/bob.db.fargo
bob/bob.db.frgc
bob/bob.db.fv3d
bob/bob.db.gbu
...
...
@@ -58,7 +59,6 @@ bob/bob.db.voxforge
bob/bob.db.wine
bob/bob.db.xm2vts
bob/bob.db.youtube
bob/bob.db.fargo
bob/bob.extension
bob/bob.fusion.base
bob/bob.io.audio
...
...
@@ -87,6 +87,8 @@ bob/bob.learn.em
bob/bob.learn.libsvm
bob/bob.learn.linear
bob/bob.learn.mlp
bob/bob.learn.pytorch
bob/bob.learn.tensorflow
bob/bob.math
bob/bob.measure
bob/bob.pad.base
...
...
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