Skip to content

Comment on PyTorch Mobile

Comments

Curious, what does PyTorch do for embedded when Torch uses Lua? Can’t imagine python for embedded is better than Lua?

It's supposed to go through their JIT first, so there's no Python running on embedded devices. Of course, this means if your model can't easily be made compatible with the JIT, you can't use PyTorch Mobile. But that's not surprising.

Lua torch has been dead for a while https://github.com/torch/torch7. pytorch doesn't use any Lua.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.