• The inputs (and outputs) of the Tensorflow implementation on Espruino are just flat arrays... So you want the result of print(input); to look like:

    [ 
      -0.9...,
      0.52...,
     ...
     ...
    ]
    

    then it should work

About

Avatar for Gordon @Gordon started