Skip to content

Commit

Permalink
remove breakpoint from script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Sep 20, 2020
1 parent 1080d11 commit 9f61051
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/adult_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,3 @@
# model = WideDeep(wide=wide, deepdense=deepdense)
# model.load_state_dict(torch.load("model_weights/model_dict.t"))
# # <All keys matched successfully>
import pdb

pdb.set_trace() # breakpoint dde47114 //

0 comments on commit 9f61051

Please sign in to comment.