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
Before importing a JSON model you either need to export the typescript model with the Tensorflow model.save() method to get the necessary files 1 in .json and another .weights.bin, or converting a Tensorflow model from the Python implementation using the TensorFlow.js library converter : https://www.tensorflow.org/js/guide/conversion
Select the "json" type on the button above the text area of the model definition section.
Click on the "Browse" button.
Select your model that need to be a .json file and your .weights.bin file.
Click on the "Open" button.
Import a Typescript model
Select the "typescript" type on the button above the text area of the model definition section.
You can either modify the initial model by typing in the text area or copy and paste your own model in the same text area.