• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - 在 iOS 上使用 TensorFlow 音频识别模型

[复制链接]
菜鸟教程小白 发表于 2022-12-13 03:45:29 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我正在尝试在 iOS 上使用 TensorFlow 音频识别模型(my_frozen_graph.pb,在此处生成:https://www.tensorflow.org/tutorials/audio_recognition)。

但是 TensorFlow Mobile 的 tf_simple_example 项目中的 iOS 代码 NSString* network_path = FilePathForResourceName(@"my_frozen_graph", @"pb"); 输出了这个错误信息:无法创建 TensorFlow Graph:未找到:操作类型未注册“DecodeWav”

有人知道我该如何解决这个问题吗?谢谢!



Best Answer-推荐答案


我相信您使用的是 Cocopods 的预构建 Tensorflow?它可能没有那种 op 类型,所以你应该从最新的源代码自己构建它。

来自 documentation :

While Cocapods is the quickest and easiest way of getting started, you sometimes need more flexibility to determine which parts of TensorFlow your app should be shipped with. For such cases, you can build the iOS libraries from the sources. This guide contains detailed instructions on how to do that.

这也可能有帮助:[iOS] Add optional Selective Registration of Ops #14421

Optimization

The build_all_ios.sh script can take optional command-line arguments to selectively register only for the operators used in your graph.

tensorflow/contrib/makefile/build_all_ios.sh -a arm64 -g $HOME/graphs/inception/tensorflow_inception_graph.pb

Please note this is an aggresive optimization of the operators and the resulting library may not work with other graphs but will reduce the size of the final library.

构建完成后,您可以检查 /tensorflow/tensorflow/core/framework/ops_to_register.h 以了解已注册的操作。 (在构建过程中使用 -g 标志自动生成)

关于ios - 在 iOS 上使用 TensorFlow 音频识别模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47878659/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap