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
ValueError: Shape of variable bert/embeddings/LayerNorm/beta:0 ((768,)) doesn't match with shape of tensor bert/embeddings/LayerNorm/beta ([312]) from checkpoint reader.
#8
运行第四步的时候遇到了这样的报错:
ValueError: Shape of variable bert/embeddings/LayerNorm/beta:0 ((768,)) doesn't match with shape of tensor bert/embeddings/LayerNorm/beta ([312]) from checkpoint reader.
执行run_lasertagger.py 文件 model config 用的lasertagger
用了你提供的链接下载的RoBERTa-tiny-clue模型
请问是哪里出现了问题呢?
The text was updated successfully, but these errors were encountered:
运行第四步的时候遇到了这样的报错:
ValueError: Shape of variable bert/embeddings/LayerNorm/beta:0 ((768,)) doesn't match with shape of tensor bert/embeddings/LayerNorm/beta ([312]) from checkpoint reader.
执行run_lasertagger.py 文件 model config 用的lasertagger
用了你提供的链接下载的RoBERTa-tiny-clue模型
请问是哪里出现了问题呢?
The text was updated successfully, but these errors were encountered: