Margaret Maynard-Reid

Results 6 comments of Margaret Maynard-Reid

@SystemErrorWang fyi we just published our tutorial on the official TF blog: https://blog.tensorflow.org/2020/09/how-to-create-cartoonizer-with-tf-lite.html. I have created a PR to add a link to our Cartoonizer project in your README.md. Thanks...

The [README](https://github.com/margaretmz/awesome-tflite/blob/main/README.md) has multiple headings with the `` tags at the end, why does only this one error out?

Thanks for your response - yes all headings with `` at the end failed once I remove the first one. I moved all the icons below the headings to solve...

I'm no longer blocked on this. Do I close the issue now or do you close it when you fix the bug of hidden additional errors?

Just to add a bit more details to the requirements - you can refer to these 2 examples: * [Image Classifier](https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android) (Java, Camera2) * [`download.gradle`](https://github.com/tensorflow/examples/blob/master/lite/examples/image_classification/android/app/download.gradle) for downloading the various models...

The error is due to a mismatch in the version for the TFlite Support library which is used by the other libraries such as the task API. Try the following:...