shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
632 stars 404 forks source link

MNIST Implementation #24

Open adawolfs opened 5 years ago

adawolfs commented 5 years ago

Hello, I want to implement MNIST, I've based the implementation on this repo and the examples posted here, but I have issues getting the predictions, I think the problem is about the input format but I've tried with some configuration and I'm unable to get good results, can you help me with this?

adawolfs commented 5 years ago

This is my implementation at this moment https://github.com/adawolfs/flutter_mlkit/blob/master/lib/tflite/mnist.dart#L39