ttpro1995 / TreeLSTMSentiment

Pytorch implementation of Sentiment Classification in Improved Semantic Representations From Tree-Structured Long Short-Term Memory Networks
MIT License
113 stars 40 forks source link

bug in model dependency #2

Closed dalinvip closed 6 years ago

dalinvip commented 6 years ago
byecc commented 6 years ago

delete all preloaded data ( delete all. pth file in working directory). ttpro told me.

dalinvip commented 6 years ago

ok , solve it by rm ./data/*.pth thanks.