Skip to content
Snippets Groups Projects
Commit f2da5438 authored by Anjith GEORGE's avatar Anjith GEORGE Committed by Anjith GEORGE
Browse files

small fix

parent 5303e516
No related branches found
No related tags found
1 merge request!32Generic trainer cleaned
...@@ -4,7 +4,6 @@ from .DCGANTrainer import DCGANTrainer ...@@ -4,7 +4,6 @@ from .DCGANTrainer import DCGANTrainer
from .ConditionalGANTrainer import ConditionalGANTrainer from .ConditionalGANTrainer import ConditionalGANTrainer
from .FASNetTrainer import FASNetTrainer from .FASNetTrainer import FASNetTrainer
from .GenericTrainer import GenericTrainer from .GenericTrainer import GenericTrainer
from .GenericTrainer import GenericTrainer
# 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('_')]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment