File size: 1,016 Bytes
46fe1d9 fc6594c 46fe1d9 |
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 |
{
"cnn": {
"channel": 4,
"kernel": 5
},
"config": "/root/hFT-Transformer/corpus/MAESTRO-V3/dataset/config.json",
"d_output": "/root/hFT-Transformer/checkpoint/MAESTRO-V3",
"dataset": {
"d_dataset": "/root/hFT-Transformer/corpus/MAESTRO-V3/dataset",
"n_div_test": 1,
"n_div_train": 4,
"n_div_valid": 1,
"n_slice": 16
},
"parameters": 5518116,
"training": {
"batch": 8,
"clip": 1.0,
"dropout": 0.1,
"epoch": 20,
"loss_weight": {
"1st": 1.0,
"2nd": 1.0
},
"lr": 0.0001,
"resume_div": -1,
"resume_epoch": -1,
"seed": 1234,
"validation": {
"test": false
}
},
"transformer": {
"decoder": {
"n_head": 4,
"n_layer": 3
},
"encoder": {
"n_head": 4,
"n_layer": 3
},
"hid_dim": 256,
"pf_dim": 512
}
} |