shenfe / lstm-char-cnn

A pytorch version of Yoon Kim's work(reproduced the Kim's result)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lstm-char-cnn

Forked and modified repo.

A PyTorch version of Yoon Kim's work (source code, and paper).

prerequisite

Python 3.6

$ pip install -r requirements.txt

run

$ ./run.sh

About

A pytorch version of Yoon Kim's work(reproduced the Kim's result)


Languages

Language:Python 98.3%Language:Shell 1.7%