Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix symbolic example (#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 e8f52b3 commit 8fde4b7
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 8fde4b7

Please sign in to comment.