Issues when converting tensorflow/keras model to tensorflow lite model

前端 未结 2 1227
感动是毒
感动是毒 2021-01-24 01:48

While experimenting with tensorflow i\'ve come accross an issue when converting keras model into tensorflow lite.

This is my setup

2条回答
  •  梦毁少年i
    2021-01-24 02:52

    This looks like https://github.com/tensorflow/tensorflow/issues/22617 where the _tensorflow_wrap_toco library is missing in Windows version. I would suggest you to try installing the latest Tensorflow version.

提交回复
热议问题