Switched scripts to :
https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@2.0.0/dist/tf.min.js https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-vis@1.1.0/dist/tfjs-vis.umd.min.js
Training runs fine with updatetd scripts Next converted output from JSON-Format to Keras H5 format.
tensorflowjs_converter --input_format=tfjs_layers_model --output_format=keras ./model.json ./model.H5
Then converted Keras to tflite file
tflite_convert --output_file c:\temp\bangletf\Model.H5\lite.tflite --keras_model_file c:\temp\bangletf\Model.H5
Now I've a tflite file, but cannot test. I'm not at home, but thats where my bangle is :-(
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Switched scripts to :
Training runs fine with updatetd scripts
Next converted output from JSON-Format to Keras H5 format.
Then converted Keras to tflite file
Now I've a tflite file, but cannot test. I'm not at home, but thats where my bangle is :-(