TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Movidius launches a $79 deep-learning USB stick

118 pointsby rajeevkalmost 8 years ago

7 comments

oelmekkialmost 8 years ago
It took me a while to find how it interfaces with the system (driver? dedicated application? just drop model and data in a directory which appeared on mounted key?), so I&#x27;ll post it here.<p>To access the device, you need to install a sdk which contains python scripts that allow to manipulate it (so, it seems like it&#x27;s a driver embedded in utilities programs). Source: <a href="https:&#x2F;&#x2F;developer.movidius.com&#x2F;getting-started" rel="nofollow">https:&#x2F;&#x2F;developer.movidius.com&#x2F;getting-started</a>
legolassexymanalmost 8 years ago
&gt; Movidius&#x27;s NCS is powered by their Myriad 2 vision processing unit (VPU), and, according to the company, can reach over 100 GFLOPs of performance within an nominal 1W of power consumption. Under the hood, the Movidius NCS works by translating a standard, trained Caffe-based convolutional neural network (CNN) into an embedded neural network that then runs on the VPU.<p>This is sure to save me money on my power bill after marathon sessions of &quot;Not Hotdog.&quot;
评论 #14825368 未加载
sillysaurus3almost 8 years ago
So what can you do with a deep-learning stick of truth?<p>EDIT: Looks like the explanation is in a linked article: <a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;04&#x2F;28&#x2F;plug-the-fathom-neural-compute-stick-into-any-usb-device-to-make-it-smarter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;04&#x2F;28&#x2F;plug-the-fathom-neural-com...</a><p><i>How the Fathom Neural Compute Stick figures into this is that the algorithmic computing power of the learning system can be optimized and output (using the Fathom software framework) into a binary that can run on the Fathom stick itself. In this way, any device that the Fathom is plugged into can have instant access to complete neural network because a version of that network is running locally on the Fathom and thus the device.</i><p>This reminds me of Physics co-processors. Anyone remember AGEIA? They were touting &quot;physics cards&quot; similar to video cards. Had they not been acquired by Nvidia, they would&#x27;ve been steamrolled by consumer GPUs &#x2F; CPUs since they were essentially designing their own.<p>The $79 price point is attractive. I wonder how much power can be packed into such a small form factor? It&#x27;s surprising that a lot of power isn&#x27;t necessary for deep learning applications.
评论 #14825357 未加载
评论 #14825445 未加载
nlalmost 8 years ago
It&#x27;s surprising how much attention this has had over the last few days, without any discussion of the downside: it&#x27;s slow.<p>It&#x27;s true that it is fast for the power it consumes, but it is way (way!) to slow to use for any form of training, which seems to be what many people think they can use it for.<p>According to Anandtech[1], it will do 10 GoogLeNet inferences per second. By <i>very</i> rough comparison, Inception in TensorFlow on a Raspberry Pi does about 2 inferences per second[2], and I think I saw AlexNet on an i7 doing about 60&#x2F;second. Any desktop GPU will do orders of magnitude more.<p>[1] <a href="http:&#x2F;&#x2F;www.anandtech.com&#x2F;show&#x2F;11649&#x2F;intel-launches-movidius-neural-compute-stick" rel="nofollow">http:&#x2F;&#x2F;www.anandtech.com&#x2F;show&#x2F;11649&#x2F;intel-launches-movidius-...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;samjabrahams&#x2F;tensorflow-on-raspberry-pi&#x2F;tree&#x2F;master&#x2F;benchmarks&#x2F;inceptionv3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;samjabrahams&#x2F;tensorflow-on-raspberry-pi&#x2F;t...</a> (&quot;Running the TensorFlow benchmark tool shows sub-second (~500-600ms) average run times for the Raspberry Pi&quot;)
评论 #14827109 未加载
visargaalmost 8 years ago
Interesting applications for drones and robots. The small form factor and low energy requirements are the key.
tuxraceralmost 8 years ago
Really disappointing there doesn&#x27;t appear to be a USB-C option
评论 #14825770 未加载
评论 #14826120 未加载
评论 #14825864 未加载
j_salmost 8 years ago
Currently out of stock as best I can tell.