From 0785fcd77cfcdd01d59c8d61cf0b7fdd7e25a2ee Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Fri, 11 Jun 2021 11:00:50 +0200
Subject: [PATCH] [sphinx] Updated baseline

---
 bob/bio/face/embeddings/pytorch.py | 4 ++--
 doc/baselines.rst                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bob/bio/face/embeddings/pytorch.py b/bob/bio/face/embeddings/pytorch.py
index 2007865d..5d4c02ed 100644
--- a/bob/bio/face/embeddings/pytorch.py
+++ b/bob/bio/face/embeddings/pytorch.py
@@ -99,8 +99,8 @@ class PyTorchModel(TransformerMixin, BaseEstimator):
 
 class AFFFE_2021(PyTorchModel):
     """
-    AFFFE from https://www.idiap.ch/software/bob/data/bob/bob.bio.face/master/pytorch/AFFFE-42a53f19.tar.gz
-
+    AFFFE Pytorch network that extracts 1000-dimensional features, trained by Manuel Gunther, as described in [LGB18]_
+    
     """
 
     def __init__(self, memory_demanding=False):
diff --git a/doc/baselines.rst b/doc/baselines.rst
index 3913fa50..bd6b5eb9 100644
--- a/doc/baselines.rst
+++ b/doc/baselines.rst
@@ -71,4 +71,4 @@ Deep learning baselines
 
 * ``vgg16-oxford``: VGG16 Face model from `Oxford <https://www.robots.ox.ac.uk/~vgg/publications/2015/Parkhi15/>`_
 
-* ``afffe``: Pytorch network that extracts 1000-dimensional features, trained by Manual Gunther, as described in [LGB18]_
+* ``afffe``: Pytorch network that extracts 1000-dimensional features, trained by Manuel Gunther, as described in [LGB18]_
-- 
GitLab