EdjeElectronics / TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
Apache License 2.0
1.5k stars 684 forks source link

Using a different optimizer in pipeline config file #169

Open waseemR02 opened 1 year ago

waseemR02 commented 1 year ago

As far as I understand, I can only use the optimizers that are defined in optimizer.proto which are namely RMSProp, Adam and Momentum. And I can also tamper with their learning rate and other such params. How do I use some meta-heuristicoptimizer in the config file? Because I could probably use some library for that but how do I about using config file? And if I can't, do i have to scrape the whole config file idea and do it the usual way? Any help would be appreciated. Thank you