We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我们有一个bert模型,但是是基于标准bert模型,做了一些网络结构上的修改,可以支持吗? 我现在运行模型,好像报错: AttributeError: 'RecursiveScriptModule' object has no attribute 'embeddings'
The text was updated successfully, but these errors were encountered:
支持的,可以让embedding用pytorch运行。你参考一下roberta例子即可。
Sorry, something went wrong.
No branches or pull requests
我们有一个bert模型,但是是基于标准bert模型,做了一些网络结构上的修改,可以支持吗?
我现在运行模型,好像报错:
AttributeError: 'RecursiveScriptModule' object has no attribute 'embeddings'
The text was updated successfully, but these errors were encountered: