Skip to content
Snippets Groups Projects
Commit 9c9b8606 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Testing [sphinx] in the [ci]

parent 1641ad8a
No related branches found
No related tags found
No related merge requests found
Pipeline #53733 failed
......@@ -14,5 +14,4 @@ def __appropriate__(*args):
obj.__module__ = __name__
__appropriate__()
__all__ = [_ for _ in dir() if not _.startswith("_")]
......@@ -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
============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment