Hacker News new | past | comments | ask | show | jobs | submit login

The new JIT is very interesting. Anyone know if this is for inference only or also for training?



training and inference.


Can you actually train a torch::jit::script::Module? I couldn't figure out how to feed its parameter tensors to a torch::optim::OptimizerBase constructor...


I wonder what is "just in time" about that compiler, does anyone know? If you want to compile your python code so that it can run in C++, then you'll have to statically compile, no?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: