Skip to content

Commit

Permalink
New multitrainer object
Browse files Browse the repository at this point in the history
MultiTrainer takes in set of trainers - testers pairs and based on
tester accuracies, corresponding trainer are executed
  • Loading branch information
vanangamudi committed Aug 8, 2018
1 parent d436a56 commit f0cdd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .trainer import Trainer, Tester, Predictor
from .trainer import Trainer, MultiTrainer, Tester, Predictor

0 comments on commit f0cdd6c

Please sign in to comment.