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.

PyTorch Mobile

268 pointsby jayyhuover 5 years ago

12 comments

crubierover 5 years ago
This is amazing! It might be a personal feeling, but my opinion is that Facebook is SO much better than Google at delivering open source libraries that people want, and support them in the best way.<p>React vs Angular, Pytorch vs Tensorflow. These are just two examples among many where the Facebook framework arrives a bit later on the market but is then supported awesomely and improved continuously while the Google framework arrives earlier but then becomes a hot mess of non retro compatible upgrades and deprecations...<p>My “loyalty” to Facebook open source libraries just keep growing.
评论 #21218286 未加载
评论 #21221997 未加载
评论 #21219202 未加载
评论 #21220930 未加载
评论 #21221063 未加载
评论 #21220053 未加载
Nimitz14over 5 years ago
Yes yes yes! I&#x27;ve been anticipating this for so long.<p>However I&#x27;m a bit skeptical about doing quantization after training, in my experience you have to do quantization-aware training for there not be a large performance decrease. I guess it works though otherwise they wouldn&#x27;t have released it?
评论 #21217637 未加载
评论 #21217611 未加载
评论 #21217728 未加载
orfover 5 years ago
Does anyone else have to maintain backend PyTorch based services? Is it just me or is it a complete mess?<p>Members of my team have spent literal months tracking down memory leaks, the performance of these services are always sub-par to Tensorflow based ones and the less said about the atrocious memory&#x2F;cpu usage the better.<p>What&#x27;s the advantage of using PyTorch when you have things like Tensorflow Serving ready to productionize any model with ease?
reducesufferingover 5 years ago
Does this leverage the Neural Engine part of the chip on iOS devices like Core ML does? Can anyone compare using this to Core ML Apple API&#x27;s?
评论 #21229831 未加载
spicyramenover 5 years ago
This is a common trend for being second in market, when we see Pytorch and TensorFlow 2.0, TF 2.0 was created to compete directly with Pytorch pythonic implementation (Keras based, Eager execution). Facebook at least on Pytorch has been delivering a quality product. Although for us running production pipelines TF is still ahead in many areas (GPU, TPU implementation, TensorRT, TFX and other pipeline tools) I can see Pytorch catching up on the next couple of years which by my prediction many companies will be running serious and advanced workflows and we may be able to see a winner there.
faceshapeappover 5 years ago
This is super exciting! I wish they also had browser support without having to go through onnx.
umanwizardover 5 years ago
If anyone from the team is reading, can you comment on how much code size this adds to iOS apps?
评论 #21222138 未加载
评论 #21218946 未加载
tmootover 5 years ago
Well, there goes my weekend :)
mikkelamover 5 years ago
Might be a stupid question, but what&#x27;s the advantage of using PyTorch Mobile, compared to converting to ONNX-&gt; TF -&gt; TF lite (or something similar)
评论 #21224873 未加载
diffsetover 5 years ago
What advantage does this provide over Apple&#x27;s CoreML?
评论 #21220069 未加载
评论 #21220006 未加载
wil421over 5 years ago
As a side point, looking at maven and the org.pytorch gave me a cold shudder remembering my java days.<p>How does CocoaPods compare to Maven, NuGet, or NPM?
评论 #21223043 未加载
bjornjajaover 5 years ago
Curious, what does PyTorch do for embedded when Torch uses Lua? Can’t imagine python for embedded is better than Lua?
评论 #21219847 未加载
评论 #21218897 未加载