An open API service indexing awesome lists of open source software.

https://github.com/kinwaicheuk/source-separation


https://github.com/kinwaicheuk/source-separation

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Installation

`pip install -r requirements.txt`

# Reproducing results

```
python test.py checkpoint_path='./diffusion.ckpt'
```

# Training Models

Training logs and checkpoints are saved inside `outputs`

## Diffusion model

```
python train.py model=TConv128Diff
```

## Encoder-Decoder model
```
python train.py model=TConv128
```

## Unet model
```
python train.py model=UNet
```

## Multi-modal loss

```
python train.py model=TConv128Spec
```