Shortcuts

k api to pytorch

PyTorch, a deep learning framework written in python, also has a c++ library, libtorch, which is delivered as a single zip file containing all the necessary Nvidia libraries and routines to build and train neural networks, along with basic linear algebra routines.

This interface links k to the c++ routines, but attempts to follow the line of the python interface, which also drives the design of the c++ library.

Tensors

Modules

Training

Index

Docs

Access documentation for k api to PyTorch

View Docs

Examples

Examples using the k api to PyTorch

Examples

Github

C++ library source code and q/k examples

Github