koba-jon/pytorch_cpp
Deep Learning sample programs using PyTorch in C++
This collection provides executable examples of advanced deep learning models, allowing you to see how various architectures perform on common machine learning tasks. It takes raw datasets or images as input and produces trained models and evaluation results. This is for machine learning engineers or researchers who need concrete, reproducible examples of PyTorch models implemented in C++.
309 stars.
Use this if you are a C++ developer needing to implement or understand various deep learning models using PyTorch's C++ frontend (LibTorch).
Not ideal if you prefer to work with Python for deep learning or are looking for a high-level API for rapid prototyping.
Stars
309
Forks
59
Language
C++
License
MIT
Category
Last pushed
Jan 22, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/koba-jon/pytorch_cpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
apache/tvm
Open Machine Learning Compiler Framework
uxlfoundation/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
OpenMined/TenSEAL
A library for doing homomorphic encryption operations on tensors
iree-org/iree-turbine
IREE's PyTorch Frontend, based on Torch Dynamo.