Comment on PyTorch MobileComments−bjornjaja6yCurious, what does PyTorch do for embedded when Torch uses Lua? Can’t imagine python for embedded is better than Lua?−reubenmorais6yIt'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.−mlevental6yLua torch has been dead for a while https://github.com/torch/torch7. pytorch doesn't use any Lua.
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.