AppleHolic / source_separation

Deep learning based speech source separation using Pytorch
Apache License 2.0
312 stars 45 forks source link

Error at train.py #31

Closed northmantar closed 3 years ago

northmantar commented 3 years ago

There is an error while running train.py code.

The error message appears as follow:

ERROR: The function received no value for the required argument: meta_dir
Usage: train.py META_DIR SAVE_DIR SAVE_PREFIX <flags>
  optional flags:        --pretrained_path | --model_name | --batch_size |
                         --num_workers | --fix_len | --lr | --betas |
                         --weight_decay | --max_step | --valid_max_step |
                         --save_interval | --log_interval | --grad_clip |
                         --grad_norm | --is_augment | --milestones | --gamma |
                         --case_name | --mix_loss

For detailed information on this command, run:
  train.py --help

Can you help me please...?