richliao / textClassifier

Text classifier for Hierarchical Attention Networks for Document Classification
Apache License 2.0
1.07k stars 379 forks source link

AttentionDecoder error #14

Open ricgama opened 7 years ago

ricgama commented 7 years ago

Hello,

I'm getting the following errors:" ERROR (theano.gof.opt): SeqOptimizer apply <theano.scan_module.scan_opt.PushOutScanOutput object at 0x0B762E90> ERROR (theano.gof.opt): Traceback: ERROR (theano.gof.opt): Traceback (most recent call last): (...) raise theano.gof.InconsistencyError("Trying to reintroduce a removed node") InconsistencyError: Trying to reintroduce a removed node"

while using the AttentionDecoder. Do you have any idea why?

Thanks in advance,