TF Data and Deployment C1_W3 (Save Function)

The save function is not working
it says no such function

!tensorflowjs_converter --input_format=keras {saved_model_path} ./

Note: I used colab, installed tensorflow and tensorflowjs as in the cells.
Update: It worked when I used tensorflowjs ver<2.0

What do you mean by The save function is not working ?
How did you save the model?

Have you seen this post?

1 Like

Thanks for this note I think I need it since the grader didn’t pass my assignment.
But I didn’t mean the grader function first, my problem was with the code itself, the last part of the assignment is " Run the TensorFlow.js Converter on The Saved Keras Model"
I figured out the solution and used this code instead and it worked.

!tensorflowjs_converter --input_format keras \

                              "./my_model.h5"\

                              "./model"