libcoral
libcoral copied to clipboard
Transfer Learning with back propagation with tfilte model
Description
Is it possible to also retrain a pure tflite model without edgetpu using back propagation method?
Click to expand!
Issue Type
Support
Operating System
Linux
Coral Device
No response
Other Devices
No response
Programming Language
C++
Relevant Log Output
No response
Hello @abucka I think, it is possible. Please feel free to try to retrain pure tflite models from test_data repo using back propagation method.
Hi, I tested it but unfortunately the training process hangs and does not output any information about loss or accuracy like it happens in case of edgetpu version.
The process might be hanging due to CPU limitation. Can you try with one or two images from each dateset?