Skip to content

Commit

Permalink
Bugfix for customizing previous models (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Oct 24, 2016
1 parent 79619d9 commit 2fea0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digits/model/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def customize():
python_layer = job.get_python_layer_path()
else:
network = job.train_task().get_network_desc()
python_layer = None

return json.dumps({
'network': network,
Expand Down

0 comments on commit 2fea0e9

Please sign in to comment.