srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
824 stars 342 forks source link

method for adding embedings to hidden layers while training #164

Open HariKrishna-Vydana opened 6 years ago

HariKrishna-Vydana commented 6 years ago

is there a way to add input embeddings to BLSTM hidden layers.

fmetze commented 6 years ago

in the tensorflow framework, this should be very easy. in the c++ framework, i don't think there is an easy way to do this.