Skip to content

Commit

Permalink
fix: add autoencoder import
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Sep 6, 2022
1 parent adc9b5e commit 73a0d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ upsampled = upsampler.sample(

### Autoencoding
```py
from audio_diffusion_pytorch import AudioDiffusionAutoencoder

autoencoder = AudioDiffusionAutoencoder(
in_channels=1,
encoder_depth=4,
Expand Down

0 comments on commit 73a0d5c

Please sign in to comment.