标签: snowboy

Snowboy 关闭后构建 umdl/pmdl

正如 KITT.AI 在 3 月份宣布的那样,他们将在年底关闭所有运营和支持(离开 GitHub 存储库)。

所以我的问题是我们如何构建自定义关键字?构建工具是否包含在 GitHub 上的公共代码中?

Training_service.py 只调用 Kitt.Ai 服务器,该服务器将于 12 月 31 日关闭

谢谢。

snowboy

6
推荐指数
1
解决办法
878
查看次数

/usr/bin/ld: 找不到 -lasound

在snowboy/examples/C/文件夹中的snowboy上使用make命令时,出现以下错误

/usr/bin/ld: cannot find -lf77blas
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -llapack_atlas
/usr/bin/ld: cannot find -latlas
/usr/bin/ld: cannot find -lasound
Run Code Online (Sandbox Code Playgroud)

-lasound我已经成功地用命令解决了所有问题

sudo apt-get install libatlas-base-dev
Run Code Online (Sandbox Code Playgroud)

如何添加缺少的库-lasound

c makefile snowboy

4
推荐指数
1
解决办法
3630
查看次数

标签 统计

snowboy ×2

c ×1

makefile ×1