Hacker News new | ask | show | jobs
by quietbritishjim 1655 days ago
Pytorch, despite the name, is really a C++ library with well developed Python bindings. There's certainly nothing in principle about it that's Python specific.
2 comments

PyTorch's C++ API is experimental and doesn't have feature parity. PyTorch is a Python lib that heavily uses C++ extensions, but I don't think it has ever been a C++ library.
PyTorch is not a Python binding into a monolithic C++ framework.