Skip to content

Commit

Permalink
upadte docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Apr 19, 2019
1 parent 3941d6f commit 817521c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdit/trainer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .single import *
# from .instances import *
from jdit.trainer import instances
from jdit.trainer import single

__all__ = ['SupTrainer', 'ClassificationTrainer', 'instances', 'SupGanTrainer', 'Pix2pixGanTrainer',
__all__ = ['SupTrainer', 'ClassificationTrainer', 'instances', 'single', 'SupGanTrainer', 'Pix2pixGanTrainer',
'GenerateGanTrainer']

0 comments on commit 817521c

Please sign in to comment.