Tensorflow 'webgl' back-end gets aborted when ran on Chrome with big input file #21
Labels
bug
Something isn't working
help wanted
Extra attention is needed
wontfix
This will not be worked on
tensorflow/tfjs#416 (comment)
tensorflow/tfjs#263
If the user uses a big file as input of the Onsets and Frames: Dual-Objective Piano Transcription model and when the model is running on Tensorflow's default backend, webgl, as the issue above states, due to Chrome's watchdog, the model will not be able to finish its job.
Workaround: Use CPU as backend. But it's around 10 times slower.
The text was updated successfully, but these errors were encountered: