avinashsai / pytorch_cpp

Implementation of papers in pytorch c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch_cpp

Getting started

This repository consists of various paper implementations in pytorch c++

Models

  • sentence classification using CNN

  • text classification using LSTM

  • text classification using transformer encoder

About

Implementation of papers in pytorch c++

License:GNU General Public License v3.0


Languages

Language:C++ 97.2%Language:CMake 2.8%