Y
Hacker News
new
|
ask
|
show
|
jobs
by
brrrrrm
1373 days ago
Do any of these JITs/compilers help with machine learning model building? (Mentioned explicitly in the s6 repo)
e.g. PyPy doesn't work with PyTorch
https://github.com/pytorch/pytorch/issues/17835
2 comments
lnyan
1373 days ago
https://pytorch.org/docs/stable/jit.html
link
brrrrrm
1373 days ago
that's a good point, but it doesn't have full language support like the ones listed above
link
xapata
1373 days ago
Yes, try Numba.
link