@PaulC
Actual converter does not accept model file, created by your app, any more.
Digging deeper, saved model has an array, where converter expects an object.
Going back to your app, you use tfjs@1.0.0, actual version is @2.0.0
Did you check/try/have_experience/whatever with actual version ?
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.
@PaulC
Actual converter does not accept model file, created by your app, any more.
Digging deeper, saved model has an array, where converter expects an object.
Going back to your app, you use tfjs@1.0.0, actual version is @2.0.0
Did you check/try/have_experience/whatever with actual version ?