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
- Host: GitHub
- URL: https://github.com/mrdvince/libtorch_impls
- Owner: mrdvince
- License: mit
- Created: 2021-06-17T12:35:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T07:21:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T14:45:55.803Z (over 1 year ago)
- Topics: cpp, deeplearning, python, pytorch, pytroch-cpp
- Language: C++
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
