Y
Hacker News
new
|
ask
|
show
|
jobs
by
gkbrk
858 days ago
Why wouldn't it be possible? You can generate machine code with Python and call into it with ctypes. All your deep learning code is still in Python, but in the runtime it gets JIT compiled into something faster.