Skip to content

Commit

Permalink
Update main_tflite.py
Browse files Browse the repository at this point in the history
enyac-group#17 : build_model is not defined in runtime-modeling/models.py
  • Loading branch information
jsrimr authored Dec 14, 2020
1 parent 21c1f3e commit 4ba35cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-modeling/main_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def gen_model_fn(features, labels, mode, params):
if FLAGS.min_depth:
override_params['min_depth'] = FLAGS.min_depth

logits, _ = models.build_model(
logits, _ = models.build_mnasnet_model(
features,
model_name=FLAGS.model_name,
training=is_training,
Expand Down

0 comments on commit 4ba35cb

Please sign in to comment.