TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

[Question]: How to Load my custom .tflite model weights. (TensorFlow Lite)

Open DoranLyong opened this issue 1 year ago • 1 comments

Description

Hi, I was exploring how to load my custom .tflite weights, which I trained with python, but the searched issues are old and it seems that something changed in the latest TensorFlow.NET for tensorflow2.11.4.

I'm really new to C# coding. Can I get some example codes for loading my custom .tflite file using the latest TensorFlow.NET?

Alternatives

No response

DoranLyong avatar Oct 31 '23 16:10 DoranLyong

TensorFlow.NET support for Tflite is very lacking, so it seems that TensorFlow.NET cannot load your custom .tflite weights.

Wanglongzhi2001 avatar Nov 02 '23 14:11 Wanglongzhi2001