libtorch_impls

PyTorch Deep Learning Models using the C++ frontend

Gettting started

Clone the repo

 1. https://github.com/mrdvince/pytorchcpp
 2. cd fashionmnist or folder interested in

Run:

cmake -DCMAKE_PREFIX_PATH="/home/vince/libtorch" .. && cmake --build . --config Release

This should generate a release build using cmake

Finally execute the generated binary file.

./fmnist

GitHub

https://github.com/mrdvince/libtorch_impls