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
Test benchmark with 7befcda, an error occurs with Google Chrome Stable 69.0.3497.91 on Android:
Set Iterations as: 1(warming up) + 200, the logs:
1(warming up) + 200
Benchmark Environment Information UserAgent: Mozilla/5.0 (Linux; Android 8.1.0; Pixel 2 Build/OPM1.171019.013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.91 Mobile Safari/537.36 Platform: Linux armv8l Configuration framework: keras.js name: keras.js (GPU) modelName: resnet50 batchSize: 1 iteration: 201 gpu: true Run Iteration: 1 / 201 Iteration: 2 / 201 Iteration: 3 / 201 Iteration: 4 / 201 ... ... Iteration: 100 / 201 Iteration: 101 / 201 Iteration: 102 / 201 [WebGL2] number of texture fragments in inputs and outputs do not match
If set Iterations as: 1(warming up) + 100, the testing works fine.
1(warming up) + 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Test benchmark with 7befcda, an error occurs with Google Chrome Stable 69.0.3497.91 on Android:
Set Iterations as:
1(warming up) + 200
, the logs:If set Iterations as:
1(warming up) + 100
, the testing works fine.The text was updated successfully, but these errors were encountered: