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
在文件 superResolution.ts 中 264行
model = await ort.InferenceSession.create(modelBuffer, { executionProviders: [capabilities.webgpu ? 'webgpu' : 'wasm'], })
Error: Can't create a session. ERROR_CODE: 7, ERROR_MESSAGE: Failed to load model because protobuf parsing failed.
创建会话失败,onnx模型文件是正常的
The text was updated successfully, but these errors were encountered:
@lxfater 求助一下
Sorry, something went wrong.
我已经定位到了。不用啦
No branches or pull requests
chrome 浏览器
mac inter芯片
在文件 superResolution.ts 中 264行
Error: Can't create a session. ERROR_CODE: 7, ERROR_MESSAGE: Failed to load model because protobuf parsing failed.
创建会话失败,onnx模型文件是正常的
The text was updated successfully, but these errors were encountered: