Skip to content
Snippets Groups Projects
Commit 8d3d6d51 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[trainers] added DCGANTrainer in __init__.py

parent b75490d2
No related branches found
No related tags found
1 merge request!4Resolve "Add GANs"
from .CNNTrainer import CNNTrainer
from .DCGANTrainer import DCGANTrainer
# 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