8000 GitHub - tchayintr/rvnn-pytorch: Vanilla Recursive Neural Network implementation using PyTorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vanilla Recursive Neural Network implementation using PyTorch

Notifications You must be signed in to change notification settings

tchayintr/rvnn-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Recursive Neural Network Implementation using PyTorch

Original Paper:

Reference:

Requirements

  • nltk
  • pytorch
  • progressbar

How to run (cmd.sh)

$ python src/main.py --train_data data/sstb/train.txt --valid_data data/sstb/valid.txt --test_data data/sstb/test.txt --vocab_indices models/train.vocab --cuda --epoch 10 --embed_dim 100 --num_class 5 --max_norm 5 --norm_type 2 --learning_rate 0.1 --sgd_momentum_ratio 0.9

Arguments description

$ python src/main.py -h

About

Vanilla Recursive Neural Network implementation using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0