使用"tensorflow for poets",我重新训练了inceptionv3图。现在,我想使用tfcoreml转换器将图形转换为iOS coreML模型。但tf_coreml_converter.py会以"NotImplementedError: Unsupported Ops of type: PlaceholderWithDefault“停止。你知道在tensorflow for poets训练之后,需要执行哪些步骤才能将“tensorf
我正在尝试使用以下代码片段将here找到的Keras模型转换为TFlite import tensorflow as tf File "/<path to miniconda>/miniconda3/envs/myproject/lib/python3.8/site-packages/tensorfl