You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm training 6 classes of 300 samples (5 min recording each class)
Steps to reproduce the behavior:
Go to record for 5 minutes
Click on train
Check console to see error
Error:
@tensorflow/speech-commands Transfer recognizer created (version 0.4.0): parameters: {"sampleRateHz":44100,"fftSize":1024,"spectrogramDurationMillis":998.4580498866213}
index.bundle.js:104 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at S (index.bundle.js:104:30520)
at index.bundle.js:104:30955
at new t (index.bundle.js:104:31018)
at e.loadExamples (index.bundle.js:104:58946)
at r.<anonymous> (index.bundle.js:5632:4033)
at Generator.next (<anonymous>)
at a (index.bundle.js:5598:3279)
Expected behavior:
The model should train as it should be.
I have the exact same problem when training a model for audio classification. I have 20 classes, and 350 sample for each class. I get that error when I reach a certain number of datasets.
Tried in different browsers:
Edge, Google Chrome (fresh install), Opera (fresh install)
I'm training 6 classes of 300 samples (5 min recording each class)
Steps to reproduce the behavior:
Error:
Expected behavior:
The model should train as it should be.
Specs:
The text was updated successfully, but these errors were encountered: