Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 249 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 249 Bytes

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