pytorch-sentiment-neuron icon indicating copy to clipboard operation
pytorch-sentiment-neuron copied to clipboard

Feature Extraction Example

Open aykutfirat opened this issue 7 years ago • 3 comments

Thanks for your great work. Can you provide an example for feature extraction that corresponds to:

from encoder import Model

model = Model() text = ['demo!'] text_features = model.transform(text)

in the original code. Or code that produces the .npy model files from the generated .pt file? Thank you!

aykutfirat avatar Jul 24 '17 19:07 aykutfirat

any solution for that please ?

nkooli avatar Oct 17 '17 10:10 nkooli

I am also interested in this issue.

vladimirsvsv77 avatar Jan 08 '18 20:01 vladimirsvsv77

I have the same question!

yufengjiao avatar Apr 11 '22 15:04 yufengjiao