Giter Site home page Giter Site logo

Comments (3)

albertz avatar albertz commented on May 24, 2024

Hi,

That's an interesting task. It's 536h training data? Or how much? I don't quite understand how to read the table.

I would recommend a new data preparation pipeline. It's kind of similar to 2018-asr-attention (to the latest version, in Ogg Zip format), but cleaned up, and more generic (it uses the OggZipDataset, and not LibriSpeechCorpus).
It's 2020-librispeech-data-prepare.

How did you do the data preparation? Which dataset in RETURNN did you use? Different dataset might use different data-keys. E.g. in the SprintDataset, it's called "bpe", and in many other datasets, it's called "classes". Depending what the dataset provides, you need to configure the corresponding data-keys in your config (via num_outputs, or via extern_data), and then also use the right target.

More specifically, in your current config:

  • You probably have target = "bpe" somewhere, but your extern-data is configured such that there is "classes", not "bpe". So just change it to target = "classes".
  • Or maybe, you configured your extern-data (via num_outputs or extern_data) wrong. You maybe have num_outputs = {..., "classes": ...}. Just change "classes" to "bpe".

Which variant is correct depends on your dataset class (some provide "bpe", most provide "classes").

from returnn-experiments.

albertz avatar albertz commented on May 24, 2024

Btw, what is your attention baseline config? The exp3.ctc is old (from 2018). I would suggest to use some of the configs from 2019-asr-e2e-trafo-vs-lstm.

from returnn-experiments.

christophmluscher avatar christophmluscher commented on May 24, 2024

No answer. Closed for now.

from returnn-experiments.

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.