Tensorflow 2.x (with Keras API) Implementation of the Conv-TasNet (Luo et al., 2019)
- Training example
python main.py --checkpoint=checkpoint --dataset_path=dataset_path
- checkpoint: path to save trained weights of model
- dataset_path: path of MUSDB18
- use
python main.py --help
to see all options
- Predicting example
python predict.py --checkpoint=checkpoint --video_id=video_id
- checkpoint: path where trained weights of model is saved
- video_id: video id in youtube
- use
python predict.py --help
to see all options
MIT License