coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.23k stars 270 forks source link

Getting logits to the client code #2340

Closed adeepH closed 1 year ago

adeepH commented 1 year ago

Follow up to #2075, and #2339, to return the model outputs to the user.

ftyers commented 1 year ago

@reuben can we get approval to run the workflows?

reuben commented 1 year ago

@ftyers sure. I've approved this push and gave @adeepH write access so future pushes should run automatically.

adeepH commented 1 year ago

@reuben the commits did pass the Lint tests but I am not sure what went wrong in the tests that failed. Do you happen to know what went wrong?

reuben commented 1 year ago

Seems to be a couple of independent issues with the various platforms.

ftyers commented 1 year ago

@reuben thoughts on how to resolve them? Some of them don't seem to be issues with this PR, but rather general issues, no?

adeepH commented 1 year ago

As skeilnet suggested, I've created a new branch (logits) and I have raised another pull request #2352.

I will be closing this PR.