当我运行pip install -r requirements.txt时,除了tflite-model-maker之外,我所有的python包都会安装。The conflict is caused by: tflite-model-maker0.2.5 depends on tensorflow>=2.4.0
The user requested tflite-s
我正在使用带有yolov2架构的基于keras和tensorflow的预训练模型来检测凹坑,在将tensorflow模型转换为tensorflow lite时,我得到了一个错误 from tensorflow.contribimport lite
model = converter.convert()
file = open( &