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
Hello, there I was wondering to test this model. Is there any pre-trained model somewhere and how to use it.
I have tried training and it shows error Traceback (most recent call last): File "main_bert_soft_semi_supervision.py", line 5, in <module> from pybert.train.losses_soft_sig import ContinuousBCEWithLogLoss ModuleNotFoundError: No module named 'pybert.train'
Also if there is no pre-trained model
How to train the model what are the prerequisites. If we train the model what types of emotions will it predict and how is it just emojis or text.
The text was updated successfully, but these errors were encountered:
shfaizan
changed the title
Is there any Pretrained model also how to it.
Is there any Pretrained model also how to train the model
Jul 9, 2020
Hey @shfaizan , did you solve your issue? If yes, please tell how. Can you show what command line arguments do we need to provide while running the code?
Hello, there I was wondering to test this model. Is there any pre-trained model somewhere and how to use it.
I have tried training and it shows error
Traceback (most recent call last): File "main_bert_soft_semi_supervision.py", line 5, in <module> from pybert.train.losses_soft_sig import ContinuousBCEWithLogLoss ModuleNotFoundError: No module named 'pybert.train'
Also if there is no pre-trained model
How to train the model what are the prerequisites. If we train the model what types of emotions will it predict and how is it just emojis or text.
The text was updated successfully, but these errors were encountered: