javimg140
javimg140
Hi, I am trying to convert the trained model to tensorflow lite to use it in a Google TPU Coral board but when I try to save the model (first...
@sterlingrpi thanks, I am also checking if it is possible to save it meanwhile (according to tensorflow you can save subclassed models) and if not I will also try to...
> @javimg140 I got the model defined using functional API and it converts to tflite int8 and TPU. Now my problem is training on my own data doesn't yield good...
@sterlingrpi about the problem with the training that you said, did you modify the number of classes to study? Because in your code you wrote 21 but i saw you...