shyney7 / pytorch_cpp_test

First test with libtorch on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Implementation of PyTorch

This is just a private playground repo of my first attempts with the Pytorch C++ API.

In this example the FANN learns the negation with 10 inputs of batch size 10 and the corresponding target outputs.

Requirements

  1. C++
  2. CMake
  3. LibTorch v1.4.0

About

First test with libtorch on linux

License:MIT License


Languages

Language:C++ 30.4%Language:Makefile 27.2%Language:C 25.0%Language:CMake 17.4%