- 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](https://github.com/PINTO0309/openvino2tensorflow/pull/120) travisjayday
- Add `--dont_convert_from_keras_model` option