iris VS returnn-experiments

Compare iris vs returnn-experiments and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
iris returnn-experiments
8 2
757 152
- 1.3%
1.9 6.4
3 months ago 7 months ago
Python Python
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

iris

Posts with mentions or reviews of iris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.

returnn-experiments

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.

What are some alternatives?

When comparing iris and returnn-experiments you can also consider the following projects:

setfit - Efficient few-shot learning with Sentence Transformers

minGPT - A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

Text2Light - [SIGGRAPH Asia 2022] Text2Light: Zero-Shot Text-Driven HDR Panorama Generation

WhisperFusion - WhisperFusion builds upon the capabilities of WhisperLive and WhisperSpeech to provide a seamless conversations with an AI.

block-recurrent-transformer-pytorch - Implementation of Block Recurrent Transformer - Pytorch

machine-learning-articles - 🧠💬 Articles I wrote about machine learning, archived from MachineCurve.com.

motion-diffusion-model - The official PyTorch implementation of the paper "Human Motion Diffusion Model"

CSL - [COLING 2022] CSL: A Large-scale Chinese Scientific Literature Dataset 中文科学文献数据集

VToonify - [SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer

storydalle

rliable - [NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.