Skip to content

Commit

Permalink
Fix symbolic example (apache#11428)
Browse files Browse the repository at this point in the history
* Fix symbolic example

* trigger ci
  • Loading branch information
rahul003 authored and eric-haibin-lin committed Jun 28, 2018
1 parent 741dd2b commit fcb49c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/image-classification/common/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def fit(args, network, data_loader, **kwargs):
# learning rate
lr, lr_scheduler = _get_lr_scheduler(args, kv)

network = mx.symbol.load('%s-symbol.json')

# create model
model = mx.mod.Module(
context=devs,
Expand Down

0 comments on commit fcb49c5

Please sign in to comment.