Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.face
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
bob.bio.face
Commits
9c9b8606
Commit
9c9b8606
authored
3 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Testing [sphinx] in the [ci]
parent
1641ad8a
No related branches found
No related tags found
No related merge requests found
Pipeline
#53733
failed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/bio/face/embeddings/__init__.py
+0
-1
0 additions, 1 deletion
bob/bio/face/embeddings/__init__.py
doc/implemented.rst
+11
-9
11 additions, 9 deletions
doc/implemented.rst
with
11 additions
and
10 deletions
bob/bio/face/embeddings/__init__.py
+
0
−
1
View file @
9c9b8606
...
...
@@ -14,5 +14,4 @@ def __appropriate__(*args):
obj
.
__module__
=
__name__
__appropriate__
()
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
"
_
"
)]
This diff is collapsed.
Click to expand it.
doc/implemented.rst
+
11
−
9
View file @
9c9b8606
...
...
@@ -33,6 +33,16 @@ Deep Learning Extractors
~~~~~~~~~~~~~~~~~~~~~~~~
PyTorch models
==============
.. autosummary::
bob.bio.face.embeddings.pytorch.afffe_baseline
bob.bio.face.embeddings.pytorch.iresnet34
bob.bio.face.embeddings.pytorch.iresnet50
bob.bio.face.embeddings.pytorch.iresnet100
Tensorflow models
=================
...
...
@@ -46,16 +56,8 @@ Tensorflow models
bob.bio.face.embeddings.tensorflow.inception_resnet_v2_msceleb_centerloss_2018
bob.bio.face.embeddings.tensorflow.inception_resnet_v1_casia_centerloss_2018
bob.bio.face.embeddings.tensorflow.inception_resnet_v2_casia_centerloss_2018
PyTorch models
==============
.. autosummary::
bob.bio.face.embeddings.pytorch.afffe_baseline
bob.bio.face.embeddings.pytorch.iresnet34
bob.bio.face.embeddings.pytorch.iresnet50
bob.bio.face.embeddings.pytorch.iresnet100
MxNET models
============
...
...
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