Here are
59 public repositories
matching this topic...
C++ Implementation of PyTorch Tutorial for Everyone
A Libtorch implementation of the YOLO v3 object detection algorithm
C++ model train&inference framework
PyTorch C++ inference with LibTorch
Implementation maskrcnn-benchmark, pytorch c++ frontend
Lightweight tool to deploy PyTorch models to AWS Lambda
Updated
Jun 1, 2020
Python
A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).
PyTorch / libtorch in TouchDesigner based on the CPUMemoryTOP example.
Point Cloud Rendering Engine with Octree Generation, Splat Blending, Phong Lighting and Neural Network Evaluation
A low-latency deep learning inference server using pytorch C++ frontend & NVIDIA GPUs.
Just messing around with PyTorch 1.0's JIT compiler and their new C++ API Libtorch.
Updated
Dec 19, 2019
Python
Webots project to show how to use Deep Reinforcement Learning with Webots in C++.
Node.js N-API wrapper for libtorch
Updated
Mar 22, 2020
CMake
Implementing CNN for Digit Recognition (MNIST and SVHN dataset) using PyTorch C++ API
Sample Node.js app for image style transfer using libtorchjs
Updated
Feb 24, 2020
Python
High-speed Deep learning API Server with Libtorch (C++) and Gin (Golang)
pytorch during training, libtorch during serving via gRPC
This demo shows you how to build a single pose estimation algorithm using libtorch The model is trained using pytorch (Alphapose's SPPE model) , Check their github for training the model
Updated
Feb 19, 2020
Python
Updated
Apr 26, 2020
Dockerfile
It is tiny-dnn based on libtorch. Only headers without dependencies other than libtorch, deep learning framework
an openFrameworks wrapper for LibTorch
DCGAN Implementation using PyTorch in both C++ and Python
Example of serving deep learning models in Rust with batched prediction
Updated
Apr 12, 2020
Rust
FaceBoxes : A programm of detecting face with Libtorch
This is a pure C++ implementation of a very popular depth estimation network named monodepth2. This entire project is totally based on Libtorch.
train MNIST data by pytorch (python3), and predict a digit from camera frame continuously by libtorch (C++11).
Updated
May 3, 2019
Python
Improve this page
Add a description, image, and links to the
libtorch
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
libtorch
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Some time around ae030395f56efca50a51335fe4f3367caf950066 we regressed and the example code in
gym_client.cppdoesn't converge any more. Presumably because of some difference in our observation normalization compared to the OpenAI Baselines one.I'll look in more detail this weekend and confirm if it's that exact commit causing the problem.