• 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 :-(

About

Avatar for JumJum @JumJum started