Skip to content

SAO autoencoder dataset clarification #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lucystrauss opened this issue Jun 12, 2025 · 1 comment
Open

SAO autoencoder dataset clarification #206

lucystrauss opened this issue Jun 12, 2025 · 1 comment

Comments

@lucystrauss
Copy link

Hi!

I am attempting to train the autoencoder architecture of Stable Audio 2 (stable_audio_2_0_vae.json) on my own dataset. I have 2 questions:

  1. To my understanding, stable_audio_2_0_vae.json is the config file for the autoencoder that was used for Stable Audio Open (SAO). Am I correct?

  2. For SAO autoencoder training, were the samples in the dataset 5 seconds long or 1.5 seconds long? In the paper, it states in Section 3.1, "We gathered 5 sec chunks of diverse, high fidelity audio", but in Section 4.1 "Each batch is made of ≈1.5 sec chunks".

Thanks!

@980202006
Copy link

I can answer the second question. 5 seconds refers to the sample segmentation length. The training length is 1.5s, so you can randomly extract 1.5s from 5 seconds to ensure the randomness of the start and end positions. @lucystrauss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants