标签: tensorflow tensorflow-lite tensorflow-hub tf-lite
过去三个小时,我一直在尝试将通用句子编码器4模型转换为tflite模型。
我无法将模型转换为具体功能,因为导入的模型(即UserObject_)没有诸如import或shape之类的变量。
如果我保存模型然后使用tf.lite.converter,则会收到错误“ ValueError:未知TensorShape上未定义as_list()”
我们将不胜感激。