Skip to content

Commit

Permalink
saved model + onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
laitassou committed Jun 12, 2020
1 parent 4b5070b commit 2427dc3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added models_mpg/saved_model.pb
Binary file not shown.
Binary file not shown.
Binary file added models_mpg/variables/variables.index
Binary file not shown.
Binary file added mpg.onnx
Binary file not shown.
2 changes: 1 addition & 1 deletion regression/fuel.py → regression/mpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def build_model():


# Save model to SavedModel format
tf.saved_model.save(model, "./models")
tf.saved_model.save(model, "./models_mpg")


# Convert Keras model to ConcreteFunction
Expand Down

0 comments on commit 2427dc3

Please sign in to comment.