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
你好,请问用tensorflow加载bert,是先将bert权重转成npz格式,再用from_npz 加载么?from_torch和from_pretrained应该都都是加载的pytorch模型,不知道我理解得对不对?另外,请问gpt2现在还只能用onnx加速么?
from_npz
from_torch
from_pretrained
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
你好,请问用tensorflow加载bert,是先将bert权重转成npz格式,再用
from_npz
加载么?from_torch
和from_pretrained
应该都都是加载的pytorch模型,不知道我理解得对不对?另外,请问gpt2现在还只能用onnx加速么?The text was updated successfully, but these errors were encountered: