Fred Blair

Results 3 comments of Fred Blair

Same problem when using Kotlin 1.7.10 go to android/build.gradle and change ext.kotlin_version = '1.7.10' to ext.kotlin_version = '1.6.10' This fixed it for me.

If you add the line `debugPrint(outputTensors.toString()); ` just after the line `var outputTensors = getOutputTensors();` in the interpreter.dart file for the function runForMultipleInputs then you will see what is returned...