automl
automl copied to clipboard
Is it possible to convert tflite quantized ?
is it possible convert ckpt to tflite quantized by using model_inspect.py ?
currently I convert
python model_inspect.py --runmode=saved_model --model_name=efficientdet-d0 \
--ckpt_path=$CKPT_PATH --saved_model_dir=$SAVED_MODEL_PATH \
--tflite_path=$TFLITE_PATH \
--hparams=voc_config.yaml
https://github.com/google/automl/blob/master/efficientdet/tf2/tutorial.ipynb