You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @keithito, I have successfully trained a model and tested it out using the demo server.py . I am pretty new to TensorFlow and machine learning, id like to know how I can export the model checkpoints to a frozen model so that I can use it with something like tfjs on a browser for integration with a chat bot. It would be really helpful if you could help out with a guide to freeze the model. I tried using this code : https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc but i ran into issue with output nodes.
The text was updated successfully, but these errors were encountered:
Hi @keithito, I have successfully trained a model and tested it out using the demo server.py . I am pretty new to TensorFlow and machine learning, id like to know how I can export the model checkpoints to a frozen model so that I can use it with something like tfjs on a browser for integration with a chat bot. It would be really helpful if you could help out with a guide to freeze the model. I tried using this code : https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc but i ran into issue with output nodes.
The text was updated successfully, but these errors were encountered: