You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
dkumazaw
changed the title
There is no build_model method under models in runtime-modeling directory
The models.build_model method does not exist
May 22, 2019
dkumazaw
changed the title
The models.build_model method does not exist
The models.build_model method does not exist
May 22, 2019
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 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
The text was updated successfully, but these errors were encountered: