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

VGG 16

parent fdfa63eb
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ from .Layer import Layer
from .Conv2D import Conv2D
from .FullyConnected import FullyConnected
from .MaxPooling import MaxPooling
from .AveragePooling import AveragePooling
from .Dropout import Dropout
from .InputLayer import InputLayer
......
......@@ -12,6 +12,7 @@ from .MLP import MLP
from .FaceNet import FaceNet
from .FaceNetSimple import FaceNetSimple
from .VGG16 import VGG16
from .VGG16_mod import VGG16_mod
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment