This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
v1.33.1
- Model conversion time decreased from ~70s to ~25s for my particular model (MobileNetV3, 224x224x3), but time should relatively decrease more as model size increases.
- Added switch --dont_save_keras_model to avoid writing model to disk #120 @travisjayday
- Add
--dont_convert_from_keras_model
option