/pytorch_cpp

Implementation of papers in pytorch c++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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