I want to train my custom model using the pretained model " mobilenet_v1_0.5_128 " / " mobilenet_v1_1.0_224 " from tensorflow downloaded at: download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_1.0_224.tgz which will make it easier for me to convert it to .tflite later
Where can I find the right config file matched to those models (or to one of them)? Because when I use some config files from the tensorflow official github repository, when launching the training I got the following error:
ValueError: No variables to save
I'm sure the problem is because I don't use the correct config file.