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
我尝试对ernie_m进行fineturing ,发现有数组越界错误,排除是因为这一段代码(在ernie_m.py中的270行)
导致对position_embedding取tensor发生越界
这个positon_ids += 2的作用是什么?要怎么改?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我尝试对ernie_m进行fineturing ,发现有数组越界错误,排除是因为这一段代码(在ernie_m.py中的270行)
导致对position_embedding取tensor发生越界
这个positon_ids += 2的作用是什么?要怎么改?
The text was updated successfully, but these errors were encountered: