pfnet-research / meta-tasnet

A PyTorch implementation of Meta-TasNet from "Meta-learning Extractors for Music Source Separation
MIT License
136 stars 16 forks source link

about pre-trained model #6

Open yeonSG opened 4 years ago

yeonSG commented 4 years ago

Could you tell me about the pretrained Model? How much time and what data set was used? and etc? thank you.

davda54 commented 4 years ago

Hi, it was trained on the 86 training tracks from the MUSDB18 dataset using 2 V100 GPUs. It was trained for 250 epochs which took about 2 days. You can check the hyperparameter settings in the train.py file (the defaults).