Skip to content
New issue

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

Check 3.4.0 with WEBGL_PACK_DEPTHWISECONV=false - good #135

Closed

Conversation

wingman-jr-addon
Copy link
Owner

Suspect 3.3.0 -> 3.4.0 performance drop may be due to new flag default from work in tensorflow/tfjs#4909

3.4.0 with tf.env().set('WEBGL_PACK_DEPTHWISECONV', false); (good)

23:25:19.497 LIFECYCLE: Model loaded: [object Object] at 622 processor.js:34:13
23:25:19.497 LIFECYCLE: Warming up... processor.js:36:13
23:25:27.850
Array [ {…}, {…} ]
processor.js:40:13
23:25:27.851 LIFECYCLE: TIMING LOADING: {"uploadWaitMs":3059,"downloadWaitMs":0,"kernelMs":{"error":"WebGL query timers are not supported in this environment."},"wallMs":8351} processor.js:41:13
23:25:27.851 LIFECYCLE: Ready to go at 8977!

23:27:55.520 LIFECYCLE: Model loaded: [object Object] at 972 processor.js:34:13
23:27:55.520 LIFECYCLE: Warming up... processor.js:36:13
23:28:04.049
Array [ {…}, {…} ]
processor.js:40:13
23:28:04.050 LIFECYCLE: TIMING LOADING: {"uploadWaitMs":3138,"downloadWaitMs":0,"kernelMs":{"error":"WebGL query timers are not supported in this environment."},"wallMs":8528} processor.js:41:13
23:28:04.050 LIFECYCLE: Ready to go at 9502!

23:28:40.488 LIFECYCLE: Model loaded: [object Object] at 572 processor.js:34:13
23:28:40.489 LIFECYCLE: Warming up... processor.js:36:13
23:28:47.975
Array [ {…}, {…} ]
processor.js:40:13
23:28:47.976 LIFECYCLE: TIMING LOADING: {"uploadWaitMs":2683,"downloadWaitMs":0,"kernelMs":{"error":"WebGL query timers are not supported in this environment."},"wallMs":7486} processor.js:41:13
23:28:47.976 LIFECYCLE: Ready to go at 8059!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant