TGTGInsighttelegram intelligenceLIVE / telegram public index
← 折腾实验室频道

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @TossLabChannel · Post #707 · 6月18日

#小爱音箱#听歌神器#开源工具#音乐解锁 XiaoMusic:无限听歌,解锁小爱音箱的极致可能 想让你家的小爱音箱自由畅听全网歌曲?这款开源项目 XiaoMusic 专为此而生: • 本地部署,配合小爱音箱的“自定义技能”功能 • 一键实现全平台音乐点播(支持网易云、QQ音乐、酷我、咪咕等) • 播放逻辑清晰,智能纠错,无需动手遥控 • 同时支持 Web API 请求,适配 HomeAssistant 等智能家居系统 无需破解账号、无需额外付费,一台树莓派或旧电脑,就能让小爱变成“音乐自由人”。 技术基础要求不高,文档清晰,适合有一定动手能力的折腾党。 🔘@TossLab🔘@TossLabChannel

Results

找到 1 条相似帖子

搜索 #tfdeploy

当前筛选 #tfdeploy清除筛选
djangoproject

@djangoproject · Post #274 · 2017/03/18 01:48

https://github.com/riga/tfdeploy Google's TensorFlow framework is taking off big-time now that it's at a full 1.0 release. One common question about it: How can I make use of the models I train in TensorFlow without using TensorFlow itself? #Tfdeploy is a partial answer to that question. It exports a trained TensorFlow model to "a simple #NumPy-based callable," meaning the model can be used in Python with Tfdeploy and the the NumPy math-and-stats library as the only dependencies. Most of the operations you can perform in TensorFlow can also be performed in Tfdeploy, and you can extend the behaviors of the library by way of standard Python metaphors (such as overloading a class). Now the bad news: Tfdeploy doesn't support GPU acceleration, if only because NumPy doesn't do that. Tfdeploy's creator suggests using the gNumPy project as a possible replacement. #Machine_learning