yufengm / SelfAttentive

Implementation of A Structured Self-attentive Sentence Embedding
109 stars 26 forks source link

fc_features.pt #6

Open sbuzl opened 6 years ago

sbuzl commented 6 years ago

Hi yufeng,

Could you show me where is the fc_features.pt? Thanks a lot

Best Wishes

yufengm commented 6 years ago

I'm sorry that I didn't extract the features here in this version.

The fc_features is actually the MLPhidden input to the final classifier. You may just extract this from

https://github.com/yufengm/SelfAttentive/blob/406a1f2d5e62eebc7a4b995b68114fb4ea87f98f/model.py#L91

and return the MLPhidden var.

Sorry for the confusion.