deepsemantic / cRNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-To train model with standard normalization of attentive weights, please run: THEANO_FLAGS=mode=FAST_RUN,device=cuda0,floatX=float32 python cRNN_wikipedia_standard.py

-To train model with softmax of attentive weights, please run: THEANO_FLAGS=mode=FAST_RUN,device=cuda0,floatX=float32 python cRNN_wikipedia_softmax.py

-To train model with self-attentive weights, please run: THEANO_FLAGS=mode=FAST_RUN,device=cuda0,floatX=float32 python cRNN_wikipedia_attention.py

About

License:Other


Languages

Language:Python 100.0%