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
我把模型换成Bertweet之后训练时候报错:AttributeError: 'Embedding' object has no attribute 'weights'
报错的代码是在base.py里的self.embedding_dim = tf.shape(self.embedding_layer.weights[0])[1],请问是因为这个多任务训练不能使用Bertweet吗?
The text was updated successfully, but these errors were encountered:
xingq98
changed the title
why is mean acc > 1
how to change classification model and tune the model hyperparameters?
May 17, 2022
xingq98
changed the title
how to change classification model and tune the model hyperparameters?
how to tune the model hyperparameters?
May 17, 2022
xingq98
changed the title
how to tune the model hyperparameters?
how to change the model
May 18, 2022
xingq98
changed the title
how to change the model
ModuleAttributeError: 'Embedding' object has no attribute 'weights'
May 19, 2022
我把模型换成Bertweet之后训练时候报错:AttributeError: 'Embedding' object has no attribute 'weights'
报错的代码是在base.py里的self.embedding_dim = tf.shape(self.embedding_layer.weights[0])[1],请问是因为这个多任务训练不能使用Bertweet吗?
The text was updated successfully, but these errors were encountered: