You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome library. I am trying to use this library for text classification. I am wondering what sort of modifications need to be made to this library in order to perform text classification, apart from changing the backbone model from ResNet to LSTM or a preferred one.
The text was updated successfully, but these errors were encountered:
Models in EasyFSL can all be applied on feature vectors so it wont change anything, however all Dataset objects (apart from FeaturesDataset are meant for images.
I don't have much experience working on few-shot text classification so I am interested in your experience.
Thanks for the awesome library. I am trying to use this library for text classification. I am wondering what sort of modifications need to be made to this library in order to perform text classification, apart from changing the backbone model from ResNet to LSTM or a preferred one.
The text was updated successfully, but these errors were encountered: