Skip to content

Commit

Permalink
feat: add trainer link
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Aug 19, 2022
1 parent 85549a6 commit d51d9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="./LOGO.png"></img>

Unconditional audio generation using diffusion models, in PyTorch. The goal of this repository is to explore different architectures and diffusion models to generate audio (speech and music) directly from/to the waveform.
Progress will be documented in the [experiments](#experiments) section.
Progress will be documented in the [experiments](#experiments) section. You can use the [`audio-diffusion-pytorch-trainer`](https://github.com/archinetai/audio-diffusion-pytorch-trainer) to run your own experiments – please share your findings in the [discussions](https://github.com/archinetai/audio-diffusion-pytorch/discussions) page!

## Install

Expand Down Expand Up @@ -143,6 +143,7 @@ y_long = composer(y, keep_start=True) # [1, 1, 98304]
- [x] Add dynamic thresholding.
- [x] Add (variational) autoencoder option to compress audio before diffusion.
- [x] Fix inpainting and make it work with ADPM2 sampler.
- [x] Add trainer with experiments.

## Appreciation

Expand Down

0 comments on commit d51d9a9

Please sign in to comment.