tfjs icon indicating copy to clipboard operation
tfjs copied to clipboard

Fix: env() does not always return platform

Open jbransen opened this issue 1 year ago • 2 comments

In attempts at running TensorFlow in an AudioWorklet (see #4704 ), I ran into the issue where env().platform is undefined. This is the pragmatic fix, since the fallback is supposed to be removed in the future. (and to actually run TFJS in an AudioWorklet, I needed some more patches to the WASM backend loading, but that's unrelated to this PR).

jbransen avatar Dec 08 '23 15:12 jbransen

/gcbrun

pyu10055 avatar Jan 09 '24 00:01 pyu10055

Any progress on this?

oneil512 avatar Feb 16 '24 21:02 oneil512