Skip to content

Commit

Permalink
Disabling flag related to TF.js tensorflow/tfjs#4909 - improves perfo…
Browse files Browse the repository at this point in the history
…rmance
  • Loading branch information
wingman-jr-addon committed Jul 19, 2021
1 parent edd0a19 commit 503aaf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const procWingmanStartup = async () => {
if(backendRequested != 'default') {
tf.setBackend(backendRequested || 'wasm');
}
tf.env().set('WEBGL_PACK_DEPTHWISECONV', false);
console.log(tf.env().getFlags());
tf.enableProdMode();
await tf.ready();
Expand Down

0 comments on commit 503aaf0

Please sign in to comment.