You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
359 B
17 lines
359 B
export CUDA_VISIBLE_DEVICES=3
|
|
|
|
|
|
python -u classification.py \
|
|
--task_name "classification" \
|
|
--dataset_name "JapaneseVowels" \
|
|
--data "UEA" \
|
|
--root_path "./datasets/JapaneseVowels" \
|
|
--forward_layers 1 \
|
|
--out_channels 64 \
|
|
--stride 16 \
|
|
--batch_size 12 \
|
|
--learning_rate 0.0005 \
|
|
--num_workers 0 \
|
|
--lradj "cosine" \
|
|
--patience 10 \
|