An open API service indexing awesome lists of open source software.

https://github.com/mrdvince/libtorch_impls

A bunch of random PyTorch models using PyTorch's C++ frontend
https://github.com/mrdvince/libtorch_impls

cpp deeplearning python pytorch pytroch-cpp

Last synced: about 2 months ago
JSON representation

A bunch of random PyTorch models using PyTorch's C++ frontend

Awesome Lists containing this project

README

          

# PyTorch Deep Learning Models using the C++ frontend

## Gettting started

Clone the repo

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

```bash
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.

```bash
./fmnist
```

## Screenshots

![Training](screenshots/Screenshot_5.png)