pytorch-sentiment-neuron
pytorch-sentiment-neuron copied to clipboard
Feature Extraction Example
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!
any solution for that please ?
I am also interested in this issue.
I have the same question!