returnn-experiments

experiments with RETURNN (by rwth-i6)

Returnn-experiments Alternatives

Similar projects and alternatives to returnn-experiments

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better returnn-experiments alternative or higher similarity.

returnn-experiments reviews and mentions

Posts with mentions or reviews of returnn-experiments. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • Show HN: WhisperFusion – Ultra-low latency conversations with an AI chatbot
    7 projects | news.ycombinator.com | 29 Jan 2024
    The code is all released already. You find it here: https://github.com/rwth-i6/returnn-experiments/tree/master/2...

    This is TensorFlow-based. But I also have another PyTorch-based implementation already, also public (inside our other repo, i6_experiments). It's not so easy currently to set this up, but I'm working on a simpler pipeline in PyTorch.

    We don't have the models online yet, but we can upload them later. But I'm not sure how useful they are outside of research, as they are specifically for those research tasks (Librispeech, Tedlium), and probably don't perform too well on other data.

  • Minimal PyTorch re-implementation of GPT
    6 projects | news.ycombinator.com | 6 Sep 2022
    This works for an architecture which has been well tuned and studied before, like LSTM or Transformer.

    Once you do research on the model, testing out things, it often tends to become such kwarg monster in many frameworks.

    Having everything (relevant) in one file (even in the config file itself with hyper params) allows you to copy the file for every experiment and modify it inplace. This avoids the kwargs mess. But then the config files are very complex, and can become messy in other ways (esp for research projects). Example: https://github.com/rwth-i6/returnn-experiments/blob/master/2...

    Such approach makes it much more flexible and does not mess with the baseline code. As you say, it's more like an evolutionary DNA-like approach, where you then tend to do crossovers with other evolved good-performing configs, etc.

Stats

Basic returnn-experiments repo stats
2
152
6.4
6 months ago

The primary programming language of returnn-experiments is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com