Skip to content

Commit

Permalink
fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuntc committed Mar 30, 2018
1 parent fc59e3d commit c2c8595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter6-实战指南/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 12,8 @@

def test(**kwargs):
opt.parse(kwargs)
import ipdb;
ipdb.set_trace()
# import ipdb;
# ipdb.set_trace()
# configure model
model = getattr(models, opt.model)().eval()
if opt.load_model_path:
Expand Down

0 comments on commit c2c8595

Please sign in to comment.