Skip to content

Commit

Permalink
ref: part 4 of #3733
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Oct 2, 2020
1 parent 2df46ce commit 688e0de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def init_amp(self, amp_type: str):
self._setup_amp_backend(amp_type)

def _setup_amp_backend(self, amp_type: str):
import pdb; pdb.set_trace()
if self.trainer.precision != 16:
# no AMP requested, so we can leave now
return
Expand Down

0 comments on commit 688e0de

Please sign in to comment.