emi-wada

Results 2 issues of emi-wada

I tried to move [quantize_movinet.py](https://github.com/tensorflow/models/blob/master/official/projects/movinet/tools/quantize_movinet.py). However, when I try to quantize movinet for int8, such as `python quantize_movinet.py --saved_model_dir=${SAVED_MODEL_DIR} --saved_model_with_states_dir=${SAVED_MODEL_WITH_STATES_DIR} --output_dataset_dir=${OUTPUT_DATASET_DIR} --output_tflite=${OUTPUT_TFLITE} --quantization_mode=int8 --save_dataset_to_tfrecords=True` I get following error `UnicodeDecodeError: 'utf-8'...

stat:awaiting response
type:support
models:official

## problem I am researching [movinet ](https://github.com/tensorflow/models/tree/master/official/projects/movinet)for an official model . When I run [quantize_movinet.py](https://github.com/tensorflow/models/blob/master/official/projects/movinet/tools/quantize_movinet.py), I get an error that the dataset does not exist. ## what I have done...

type:support
models:official