.nnmodel to .mlmodel

作項目時遇到.nnmodel 模型,不知道這是什麼框架模型,沒有頭緒,抓住文件magic number是lzfse compressed, compressed tables。git

在https://github.com/lzfse/lzfse 下載安裝,在mac上運行 github

compression_tool -decode -i ***.nnmodel -o ***.mlmodel -a lzfse xcode

便可把nnmodel轉化爲mlmodel並加載到xcode下運行。框架

相關文章
相關標籤/搜索