-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrun_hcnn_maps.sh
executable file
·61 lines (42 loc) · 5.71 KB
/
run_hcnn_maps.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
PARAMS="--spectrogram_undertone_stacking 8 --spectrogram_overtone_stacking 8"
LEARNING_PARAMS="--stop_if_too_slow 60 --threads 6 --evaluate_small_every 5000 --evaluate_every 20000 --iterations 100000 --learning_rate 0.001 --learning_rate_decay 0.8 --learning_rate_decay_steps 20000 --batch_size 8 --evaluate"
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 4 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 4 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 4 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 4 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 8 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 8 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 8 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 8 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 12 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 12 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 12 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 12 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 4 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 32 --stacks 4 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 64 --stacks 4 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 8 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 32 --stacks 8 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
# python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 64 --stacks 8 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 32 --stacks 8 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 3 3 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 12 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 32 --stacks 12 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 64 --stacks 12 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 8 --stacks 16 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 16 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 32 --stacks 16 --undertone_stacking 1 --overtone_stacking 2 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 4 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 4 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 8 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 8 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 12 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 12 --undertone_stacking 2 --overtone_stacking 3 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 4 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 4 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 8 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 8 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 12 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 24 --stacks 12 --undertone_stacking 3 --overtone_stacking 4 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 4 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 8 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1
python -u spectrogram_mf0.py $PARAMS $LEARNING_PARAMS --filters 16 --stacks 12 --undertone_stacking 4 --overtone_stacking 5 --conv_ctx 1