• my input to model is a array of 4D

    You just need to flatten than into a 1D array, then write the array to tf.getInput() (which is just a 1D array).

    Didn't find op for builtin opcode 'ADD' version '1'

    Did you use that exact code, or did you modify it at all? The idea of tflite is you only include a subset of the available ops. In Bangle.js I tried to include every op that every tflite for microcontrollers example used, but that means that some of the more general ones won't be there.

About

Avatar for Gordon @Gordon started