Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
acanivet/generation
Aubay
/
AMP-2023-S2-SoundGeneration
like
1
Running
App
Files
Files
Community
333a80f
AMP-2023-S2-SoundGeneration
/
cvae
/
__init__.py
acanivet
v1
bdac835
11 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
.models
import
(
Encoder, Decoder, VAE, CVAE
)
from
.blocks
import
(
UpResConvBlock, DownResConvBlock
)