TGTGInsighttelegram intelligenceLIVE / telegram public index
← 凌莞的奇奇怪怪的分享

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @ttyUSB0w · Post #1663 · 5月12日

#出售#电子垃圾#zigbee 联系 Clansty ad Astra 价格 18 + 邮费 zigbee USB dongle 基于 TYZS13 EFR32MG13,支持 z2m 和 zha 自己刷机刷炸了,现在寄给闲鱼卖家刷,不想再出两份邮费了,刷完之后直接寄给你。你只要付寄给你的邮费 预览模式,不会发送到频道,请注意,您的用户名需要手动更新才能确保发送时和此处一致。

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