richliao / textClassifier

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

Fixed issue #31. Error on model saving #41

Closed grommy closed 4 years ago

grommy commented 5 years ago

made a fix for issue #31 The problem appeared when one tried to save the model.

The root-cause was: non-unique variable names in the custom layer (AttentionLayer)