Skip to content
Snippets Groups Projects

Resolve "Add GANs"

Merged Guillaume HEUSCH requested to merge 4-add-gans into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
from .CNNTrainer import CNNTrainer
from .CNNTrainer import CNNTrainer
 
from .DCGANTrainer import DCGANTrainer
# gets sphinx autodoc done right - don't remove it
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
__all__ = [_ for _ in dir() if not _.startswith('_')]
Loading