qiuqiangkong / panns_transfer_to_gtzan

100 stars 39 forks source link

about runme.sh #2

Open dopc opened 4 years ago

dopc commented 4 years ago

hey,

I want to ask you about runme.sh.

python3.6 pytorch/main.py train --dataset_dir=$DATASET_DIR --workspace=$WORKSPACE \ --holdout_fold=1 --model_type=$MODEL_TYPE --pretrained_checkpoint_path=$PRETRAINED_CHECKPOINT_PATH \ --freeze_base --loss_type=clip_nll --augmentation='mixup' --learning_rate=1e-4 --batch_size=16 \ --few_shots=10 --random_seed=1000 --resume_iteration=0 --stop_iteration=10000 --cuda

Can you explain purpose of this line? Also, this line gives error which is,

main.py: error: unrecognized arguments: --few_shots=10 --random_seed=1000

Thanks.

aliakbartaghizadeh commented 3 years ago

I have this problem too

wusuowei11 commented 2 years ago

请问您是怎么解决的呢