Skip to content

Commit

Permalink
fix rltv imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 6, 2019
1 parent 50cca25 commit eacd93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion pytorch_lightning/models/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
try:
from apex import amp
APEX_AVAILABLE = True
except Exception:
except ImportError:
APEX_AVAILABLE = False


Expand Down

0 comments on commit eacd93e

Please sign in to comment.