Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.pytorch
Commits
f2da5438
Commit
f2da5438
authored
Apr 18, 2019
by
Anjith GEORGE
Committed by
Anjith GEORGE
May 01, 2019
Browse files
small fix
parent
5303e516
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/pytorch/trainers/__init__.py
View file @
f2da5438
...
...
@@ -4,7 +4,6 @@ from .DCGANTrainer import DCGANTrainer
from
.ConditionalGANTrainer
import
ConditionalGANTrainer
from
.FASNetTrainer
import
FASNetTrainer
from
.GenericTrainer
import
GenericTrainer
from
.GenericTrainer
import
GenericTrainer
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'_'
)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment