Skip to content

Nintorac/s4_dx7

Repository files navigation

s4_dx7

To train the s4-dx7-vc FIR model simply run the following command, and wait for a few days.The configuration is tuned for an A10 GPU. 16 cores and 32gb of memory should do it? The lambda instance was overkill for the processing requirements.

Running the model

Inference

The trained weights are available on hugging face, check out noteboo found here 'notebooks/data_flow.py' which contains an example running inference. This will happily run on a CPU-only machine relatively quickly for small batch sizes.

Training

cd s4
python -m train +experiment=audio/sashimi-dx7-vc-fir

mamba version snowy sponge

python -m train +experiment=audio/sashimi-dx7-vc-fir model/layer=mamba2 ++dataset.duration=0.5

This will begin training though it's not recommended since there a several known bugs. see the blog

Blog

Can be found here

Install

A poetry lock is provided to help ensure dependencies. Simply run the following from the root of the project.

Make sure to install poetry in a different Python environment to the one you're using to train.

poetry install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published