tensorflow2 에서 tf.lite.constants.QUANTIZED_UINT8와 같은 DEPRECATED 된 값을 사용시 발생한다. tensorflow2 에서 사용하는 것으로 변경하면 된다.
tf.lite.constants.FLOAT -> tf.float32
tf.lite.constants.INT8 -> tf.int8
tf.lite.constants.INT32 -> tf.int32
tf.lite.constants.INT64 -> tf.int64
tf.lite.constants.STRING -> tf.string
tf.lite.constants.QUANTIZED_UINT8 -> tf.uint8
pipenv로 파이썬 가상 환경 구축하기 (0) | 2021.06.08 |
---|---|
ImportError: numpy.core.multiarray failed to import (0) | 2021.05.07 |
No module name 'neuralgym' (0) | 2021.05.06 |
jupyter notebook 동작 안함 kernelRestarter: restart failed (0) | 2021.05.04 |
No module named 'cv2' 해결 (0) | 2021.04.27 |
댓글 영역