GithubHelp home page GithubHelp logo

Comments (10)

titu1994 avatar titu1994 commented on May 27, 2024 2

It's already in the main branch, you can try it out there. However, the next release will be probably at the end of the month. But it will probably be a prerelease

from nemo.

titu1994 avatar titu1994 commented on May 27, 2024 1

No, it will be the next major version release

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

@titu1994

from nemo.

titu1994 avatar titu1994 commented on May 27, 2024

The docstring isn't updated, but yes main branch supports rnnt as of right now - https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/models/rnnt_models.py#L274

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

The docstring isn't updated, but yes main branch supports rnnt as of right now - https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/models/rnnt_models.py#L274

Thanks for the quick reply, but if we check the input arguments right now,
https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/models/rnnt_models.py#L237

   @torch.no_grad()
    def transcribe(
        self,
        audio: List[str],
        batch_size: int = 4,
        return_hypotheses: bool = False,
        partial_hypothesis: Optional[List['Hypothesis']] = None,
        num_workers: int = 0,
        channel_selector: Optional[ChannelSelectorType] = None,
        augmentor: DictConfig = None,
        verbose: bool = True,
        override_config: Optional[TranscribeConfig] = None,
    ) -> TranscriptionReturnType:

the audio is only limited to a list of strings, in which this case a path to the audio files.

from nemo.

titu1994 avatar titu1994 commented on May 27, 2024

That's a type annotation, it has no effect on the actual execution of code. That type annotation is wrong. But the code is going to execute RNNT with tensor just fine cause the underling model supports it

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

thanks for the quick reply again, maybe I should try again!

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

One last question, is the Code Refactoring for ASR applied on 1.23.0 ??

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

any estimation of release date yet??

from nemo.

gordon0414 avatar gordon0414 commented on May 27, 2024

thx, I tried with main branch and it works smooth like butter!
keep up the great work!!!

from nemo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.