Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.41 KB

README.md

File metadata and controls

51 lines (41 loc) · 2.41 KB


Build Status MIT License C++ PyTorch

This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch.
Python Tutorial: https://github.com/yunjey/pytorch-tutorial

Getting Started

  • Fork/Clone and Install
$ git clone https://github.com/prabhuomkar/pytorch-cpp.git
$ chmod +x scripts.sh
$ ./scripts.sh install
  • Build
$ ./scripts.sh build

Table of Contents

1. Basics

2. Intermediate

3. Advanced

Dependencies

  • C++
  • PyTorch C++ API

Authors