Y
Hacker News
new
|
ask
|
show
|
jobs
by
enriquto
2448 days ago
well, for one pytorch
added
the python overhead over an otherwise very clean lua jit
1 comments
mruts
2448 days ago
PyTorch wraps THNN, not Torch. Moreover, even if this was true, it wouldn't matter at all. Practically 0% of the overhead is related to Python in the first place, all of the time is dominated by the underlying C implementation.
link