We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1551b commit 2918214Copy full SHA for 2918214
README.md
@@ -61,7 +61,7 @@ unet = UNet1d(
61
x = torch.randn(3, 1, 2 ** 16)
62
t = torch.tensor([0.2, 0.8, 0.3])
63
64
-y = unet(x, t) # [2, 1, 32768], 2 samples of ~1.5 seconds of generated audio at 22050kHz
+y = unet(x, t) # [3, 1, 32768], compute 3 samples of ~1.5 seconds at 22050Hz with the given noise levels t
65
```
66
67
### Diffusion
0 commit comments