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
Multiple issues with this one. Line 34 has SentimentClassifier which isn't defined anywhere which should be BinSentimentClassifier.
Moreover TextModels does not include the sentiment.jl file where BinSentimentClassifier is defined.
And then running this:
Multiple issues with this one. Line 34 has
SentimentClassifier
which isn't defined anywhere which should beBinSentimentClassifier
.Moreover TextModels does not include the
sentiment.jl
file whereBinSentimentClassifier
is defined.And then running this:
Running the following below line 49 of
ULMFiT/sentiment.jl
:I get
Any workaround/solution?
The text was updated successfully, but these errors were encountered: