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
To reproduce, watch the network requests with F12 in Chrome, load a big text file, record a couple seconds of noise, and then click go to next step.
You'll see in the network traffic that assemble is called again from the backend three times, even though it's getting exactly the same output back each time.
The pipeline should be tweaked to retry only the soundswallower alignment step, with updated parameters each time, not the whole pipeline starting from assemble.
This code is in upload.component.ts, search for retry.
The text was updated successfully, but these errors were encountered:
To reproduce, watch the network requests with F12 in Chrome, load a big text file, record a couple seconds of noise, and then click go to next step.
You'll see in the network traffic that assemble is called again from the backend three times, even though it's getting exactly the same output back each time.
The pipeline should be tweaked to retry only the soundswallower alignment step, with updated parameters each time, not the whole pipeline starting from assemble.
This code is in
upload.component.ts
, search forretry
.The text was updated successfully, but these errors were encountered: