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 am trying to integrate models built with Persephone into my ML pipeline. I started by developing models using the corpus.Corpus(...) and experiment.train_ready(...) functions. Is there an API available for me to apply the preprocessing steps in corpus.Corpus(...) to a single wav file and then use something similar to experiment.transcribe(...) to get the predicted model transcription for that same wav file?
Yes I did. I was able to add a flag to support a custom behavior of loading a corpus with no train/test/valid data only untranscribed data for inference.
I am trying to integrate models built with Persephone into my ML pipeline. I started by developing models using the
corpus.Corpus(...)
andexperiment.train_ready(...)
functions. Is there an API available for me to apply the preprocessing steps incorpus.Corpus(...)
to a single wav file and then use something similar toexperiment.transcribe(...)
to get the predicted model transcription for that same wav file?cc: @oadams
The text was updated successfully, but these errors were encountered: