wangpeng138375 / ZH_Character_BiRNN

bidirection rnn language model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the package of charactertrain contains the train code
	python train_lm_nopad.py --config ../config/train.config

the package of charactertest contains the test code
	python getProbs.py --config ../config/test.config
	
	
	模型最后一层,前向和后向的结果相加效果会更好一点

About

bidirection rnn language model


Languages

Language:Python 100.0%