Hello, thanks for sharing your implementation!
I noticed that line 311 of main_tflite.py is calling a non-existent models.build_model method, which causes an error when running gen_tflite_models.sh. I believe this should be calling models.build_mnasnet_model.
Please kindly review the PR below and merge if this is indeed deemed the correct behavior.
#4
Hello, thanks for sharing your implementation!
I noticed that line 311 of main_tflite.py is calling a non-existent
models.build_modelmethod, which causes an error when runninggen_tflite_models.sh. I believe this should be callingmodels.build_mnasnet_model.Please kindly review the PR below and merge if this is indeed deemed the correct behavior.
#4