2021-12-03 15:37:27 | INFO : Logging experiment exp160f_traintest_musicnet_aligned_pitch_unet_veryverylarge_test10files_augall_AdamW_rerun1 2021-12-03 15:37:27 | INFO : Experiment config: do training = True 2021-12-03 15:37:27 | INFO : Experiment config: do validation = True 2021-12-03 15:37:27 | INFO : Experiment config: do testing = True 2021-12-03 15:37:27 | INFO : Training set parameters: {'context': 75, 'stride': 50, 'compression': 10, 'aug:transpsemitones': 5, 'aug:randomeq': 20, 'aug:noisestd': 0.0001, 'aug:tuning': True} 2021-12-03 15:37:27 | INFO : Validation set parameters: {'context': 75, 'stride': 50, 'compression': 10} 2021-12-03 15:37:27 | INFO : Test set parameters: {'context': 75, 'stride': 1, 'compression': 10} 2021-12-03 15:37:27 | INFO : Training parameters: {'batch_size': 25, 'shuffle': True, 'num_workers': 16} 2021-12-03 15:37:27 | INFO : Trained model saved in /tsi/clusterhome/cweiss/models/exp160f_traintest_musicnet_aligned_pitch_unet_veryverylarge_test10files_augall_AdamW_rerun1.pt 2021-12-03 15:37:27 | INFO : --- Training config: ----------------------------------------- 2021-12-03 15:37:27 | INFO : Maximum number of epochs: 100 2021-12-03 15:37:27 | INFO : Criterion (Loss): BCELoss 2021-12-03 15:37:27 | INFO : Optimizer parameters: {'name': 'AdamW', 'initial_lr': 0.001, 'betas': (0.9, 0.999), 'eps': 1e-08, 'weight_decay': 0.01, 'amsgrad': False} 2021-12-03 15:37:27 | INFO : Scheduler parameters: {'use_scheduler': True, 'name': 'ReduceLROnPlateau', 'mode': 'min', 'factor': 0.5, 'patience': 5, 'threshold': 0.0001, 'threshold_mode': 'rel', 'cooldown': 0, 'min_lr': 1e-06, 'eps': 1e-08, 'verbose': False} 2021-12-03 15:37:27 | INFO : Early stopping parameters: {'use_early_stopping': True, 'mode': 'min', 'min_delta': 1e-05, 'patience': 12, 'percentage': False} 2021-12-03 15:37:27 | INFO : Test parameters: {'batch_size': 50, 'shuffle': False, 'num_workers': 8} 2021-12-03 15:37:27 | INFO : Save filewise results = True, in folder /tsi/clusterhome/cweiss/code/deep_pitch_estimation/experiments/results_filewise/exp160f_traintest_musicnet_aligned_pitch_unet_veryverylarge_test10files_augall_AdamW_rerun1.csv 2021-12-03 15:37:27 | INFO : Save model predictions = True, in folder /tsi/clusterhome/cweiss/predictions/exp160f_traintest_musicnet_aligned_pitch_unet_veryverylarge_test10files_augall_AdamW_rerun1 2021-12-03 15:37:27 | INFO : CUDA use_cuda: True 2021-12-03 15:37:27 | INFO : CUDA device: cuda:0 2021-12-03 15:37:36 | INFO : --- Model config: -------------------------------------------- 2021-12-03 15:37:36 | INFO : Model: simple_u_net_largekernels 2021-12-03 15:37:36 | INFO : Model parameters: {'n_chan_input': 6, 'n_chan_layers': [128, 180, 150, 100], 'n_ch_out': 2, 'n_bins_in': 216, 'n_bins_out': 72, 'a_lrelu': 0.3, 'p_dropout': 0.2, 'scalefac': 2} 2021-12-03 15:37:37 | INFO : ========================================================================================== Layer (type:depth-idx) Output Shape Param # ========================================================================================== ├─LayerNorm: 1-1 [1, 174, 6, 216] 2,592 ├─double_conv: 1-2 [1, 32, 174, 216] -- | └─Sequential: 2-1 [1, 32, 174, 216] -- | | └─Conv2d: 3-1 [1, 32, 174, 216] 43,232 | | └─BatchNorm2d: 3-2 [1, 32, 174, 216] 64 | | └─ReLU: 3-3 [1, 32, 174, 216] -- | | └─Dropout: 3-4 [1, 32, 174, 216] -- | | └─Conv2d: 3-5 [1, 32, 174, 216] 230,432 | | └─BatchNorm2d: 3-6 [1, 32, 174, 216] 64 | | └─ReLU: 3-7 [1, 32, 174, 216] -- | | └─Dropout: 3-8 [1, 32, 174, 216] -- ├─Sequential: 1-3 [1, 64, 87, 108] -- | └─MaxPool2d: 2-2 [1, 32, 87, 108] -- | └─double_conv: 2-3 [1, 64, 87, 108] -- | | └─Sequential: 3-9 [1, 64, 87, 108] 1,382,784 ├─Sequential: 1-4 [1, 128, 43, 54] -- | └─MaxPool2d: 2-4 [1, 64, 43, 54] -- | └─double_conv: 2-5 [1, 128, 43, 54] -- | | └─Sequential: 3-10 [1, 128, 43, 54] 1,991,424 ├─Sequential: 1-5 [1, 256, 21, 27] -- | └─MaxPool2d: 2-6 [1, 128, 21, 27] -- | └─double_conv: 2-7 [1, 256, 21, 27] -- | | └─Sequential: 3-11 [1, 256, 21, 27] 2,459,136 ├─Sequential: 1-6 [1, 256, 10, 13] -- | └─MaxPool2d: 2-8 [1, 256, 10, 13] -- | └─double_conv: 2-9 [1, 256, 10, 13] -- | | └─Sequential: 3-12 [1, 256, 10, 13] 1,181,184 ├─unet_up_concat_padding: 1-7 [1, 512, 21, 27] -- | └─Upsample: 2-10 [1, 256, 20, 26] -- ├─double_conv: 1-8 [1, 128, 21, 27] -- | └─Sequential: 2-11 [1, 128, 21, 27] -- | | └─Conv2d: 3-13 [1, 256, 21, 27] 1,179,904 | | └─BatchNorm2d: 3-14 [1, 256, 21, 27] 512 | | └─ReLU: 3-15 [1, 256, 21, 27] -- | | └─Dropout: 3-16 [1, 256, 21, 27] -- | | └─Conv2d: 3-17 [1, 128, 21, 27] 295,040 | | └─BatchNorm2d: 3-18 [1, 128, 21, 27] 256 | | └─ReLU: 3-19 [1, 128, 21, 27] -- | | └─Dropout: 3-20 [1, 128, 21, 27] -- ├─unet_up_concat_padding: 1-9 [1, 256, 43, 54] -- | └─Upsample: 2-12 [1, 128, 42, 54] -- ├─double_conv: 1-10 [1, 64, 43, 54] -- | └─Sequential: 2-13 [1, 64, 43, 54] -- | | └─Conv2d: 3-21 [1, 128, 43, 54] 819,328 | | └─BatchNorm2d: 3-22 [1, 128, 43, 54] 256 | | └─ReLU: 3-23 [1, 128, 43, 54] -- | | └─Dropout: 3-24 [1, 128, 43, 54] -- | | └─Conv2d: 3-25 [1, 64, 43, 54] 204,864 | | └─BatchNorm2d: 3-26 [1, 64, 43, 54] 128 | | └─ReLU: 3-27 [1, 64, 43, 54] -- | | └─Dropout: 3-28 [1, 64, 43, 54] -- ├─unet_up_concat_padding: 1-11 [1, 128, 87, 108] -- | └─Upsample: 2-14 [1, 64, 86, 108] -- ├─double_conv: 1-12 [1, 32, 87, 108] -- | └─Sequential: 2-15 [1, 32, 87, 108] -- | | └─Conv2d: 3-29 [1, 64, 87, 108] 663,616 | | └─BatchNorm2d: 3-30 [1, 64, 87, 108] 128 | | └─ReLU: 3-31 [1, 64, 87, 108] -- | | └─Dropout: 3-32 [1, 64, 87, 108] -- | | └─Conv2d: 3-33 [1, 32, 87, 108] 165,920 | | └─BatchNorm2d: 3-34 [1, 32, 87, 108] 64 | | └─ReLU: 3-35 [1, 32, 87, 108] -- | | └─Dropout: 3-36 [1, 32, 87, 108] -- ├─unet_up_concat_padding: 1-13 [1, 64, 174, 216] -- | └─Upsample: 2-16 [1, 32, 174, 216] -- ├─double_conv: 1-14 [1, 128, 174, 216] -- | └─Sequential: 2-17 [1, 128, 174, 216] -- | | └─Conv2d: 3-37 [1, 32, 174, 216] 460,832 | | └─BatchNorm2d: 3-38 [1, 32, 174, 216] 64 | | └─ReLU: 3-39 [1, 32, 174, 216] -- | | └─Dropout: 3-40 [1, 32, 174, 216] -- | | └─Conv2d: 3-41 [1, 128, 174, 216] 921,728 | | └─BatchNorm2d: 3-42 [1, 128, 174, 216] 256 | | └─ReLU: 3-43 [1, 128, 174, 216] -- | | └─Dropout: 3-44 [1, 128, 174, 216] -- ├─Sequential: 1-15 [1, 180, 174, 72] -- | └─Conv2d: 2-18 [1, 180, 174, 72] 207,540 | └─LeakyReLU: 2-19 [1, 180, 174, 72] -- | └─MaxPool2d: 2-20 [1, 180, 174, 72] -- | └─Dropout: 2-21 [1, 180, 174, 72] -- ├─Sequential: 1-16 [1, 150, 100, 72] -- | └─Conv2d: 2-22 [1, 150, 100, 72] 2,025,150 | └─LeakyReLU: 2-23 [1, 150, 100, 72] -- | └─Dropout: 2-24 [1, 150, 100, 72] -- ├─Sequential: 1-17 [1, 1, 100, 72] -- | └─Conv2d: 2-25 [1, 100, 100, 72] 15,100 | └─LeakyReLU: 2-26 [1, 100, 100, 72] -- | └─Dropout: 2-27 [1, 100, 100, 72] -- | └─Conv2d: 2-28 [1, 1, 100, 72] 101 | └─Sigmoid: 2-29 [1, 1, 100, 72] -- ========================================================================================== Total params: 14,251,699 Trainable params: 14,251,699 Non-trainable params: 0 Total mult-adds (G): 109.72 ========================================================================================== Input size (MB): 0.90 Forward/backward pass size (MB): 228.52 Params size (MB): 57.01 Estimated Total Size (MB): 286.42 ========================================================================================== 2021-12-03 15:37:37 | INFO : - file 2530_Beethoven_OP111_PianoSonata.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 1822_Mozart_K421_StringQuartet.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 1752_Schubert_D845_PianoSonata.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2297_Bach_BWV1010_CelloSuite.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2240_Bach_BWV862_WTKI.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2463_Beethoven_OP23_ViolinSonata.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2550_Beethoven_OP78_PianoSonata.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2566_Beethoven_OP22_PianoSonata.npy added to training set. 2021-12-03 15:37:37 | INFO : - file 2492_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2359_Beethoven_OP28_PianoSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2138_Brahms_OP51NO1_StringQuartet.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 1811_Mozart_K581_ClarinetQuintet.npy added to validation set. 2021-12-03 15:37:38 | INFO : - file 2127_Brahms_OP11_SerenadeNo.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2531_Beethoven_OP111_PianoSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2116_Brahms_OP120NO1_ClarinetSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2284_Bach_BWV1014_ViolinSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2379_Beethoven_OP59NO2_StringQuartet.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2237_Bach_BWV868_WTKI.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2313_Beethoven_OP132_StringQuartet.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 1755_Schubert_D784_PianoSonata.npy added to validation set. 2021-12-03 15:37:38 | INFO : - file 2405_Beethoven_OP110_PianoSonata.npy added to training set. 2021-12-03 15:37:38 | INFO : - file 2307_Bach_BWV863_WTKI.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2533_Beethoven_OP111_PianoSonata.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2200_Bach_BWV861_WTKI.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2567_Beethoven_OP90_PianoSonata.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2481_Beethoven_OP18NO5_StringQuartet.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2334_Beethoven_OP30NO3_ViolinSonata.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2208_Bach_BWV855_WTKI.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 1766_Schubert_OP142_4Impromptus.npy added to validation set. 2021-12-03 15:37:39 | INFO : - file 2169_Faure_OP45_PianoQuartet.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2148_Brahms_OP25_PianoQuartet.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2501_Beethoven_OP12NO3_ViolinSonata.npy added to training set. 2021-12-03 15:37:39 | INFO : - file 2614_Beethoven_OP10NO3_PianoSonata.npy added to training set. 2021-12-03 15:37:40 | INFO : - file 2557_Beethoven_OP109_PianoSonata.npy added to training set. 2021-12-03 15:37:40 | INFO : - file 2373_Beethoven_OP49NO1_PianoSonata.npy added to training set. 2021-12-03 15:37:40 | INFO : - file 1733_Schubert_D959_PianoSonata.npy added to validation set. 2021-12-03 15:37:41 | INFO : - file 2079_Cambini_JOHN2_WindQuintet.npy added to training set. 2021-12-03 15:37:42 | INFO : - file 1835_Mozart_K590_StringQuartet.npy added to training set. 2021-12-03 15:37:43 | INFO : - file 1873_Mozart_K502_PianoTrio.npy added to training set. 2021-12-03 15:37:44 | INFO : - file 2424_Beethoven_OP2NO1_PianoSonata.npy added to training set. 2021-12-03 15:37:45 | INFO : - file 2209_Bach_BWV849_WTKI.npy added to training set. 2021-12-03 15:37:47 | INFO : - file 2410_Beethoven_OP27NO1_PianoSonata.npy added to training set. 2021-12-03 15:37:48 | INFO : - file 2296_Bach_BWV1010_CelloSuite.npy added to training set. 2021-12-03 15:37:49 | INFO : - file 1817_Mozart_K375_Serenadein.npy added to training set. 2021-12-03 15:37:50 | INFO : - file 2472_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:37:51 | INFO : - file 2383_Beethoven_OP130_StringQuartet.npy added to training set. 2021-12-03 15:37:54 | INFO : - file 2462_Beethoven_OP23_ViolinSonata.npy added to training set. 2021-12-03 15:37:55 | INFO : - file 2575_Beethoven_OP13_PianoSonata.npy added to training set. 2021-12-03 15:37:56 | INFO : - file 2320_Beethoven_OP38_Trioin.npy added to training set. 2021-12-03 15:37:56 | INFO : - file 2207_Bach_BWV855_WTKI.npy added to training set. 2021-12-03 15:37:58 | INFO : - file 2476_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:37:59 | INFO : - file 2371_Beethoven_OP14NO1_PianoSonata.npy added to training set. 2021-12-03 15:38:01 | INFO : - file 2147_Brahms_OP36_StringSextet.npy added to training set. 2021-12-03 15:38:02 | INFO : - file 2215_Bach_BWV846_WTKI.npy added to training set. 2021-12-03 15:38:04 | INFO : - file 1777_Schubert_D850_PianoSonata.npy added to training set. 2021-12-03 15:38:06 | INFO : - file 2502_Beethoven_OP12NO3_ViolinSonata.npy added to training set. 2021-12-03 15:38:07 | INFO : - file 1922_Dvorak_OP51_StringQuartet.npy added to training set. 2021-12-03 15:38:09 | INFO : - file 1893_Mozart_K564_PianoTrio.npy added to training set. 2021-12-03 15:38:10 | INFO : - file 2186_Bach_BWV1006_ViolinPartita.npy added to training set. 2021-12-03 15:38:11 | INFO : - file 2160_Brahms_OP40_HornTrio.npy added to training set. 2021-12-03 15:38:14 | INFO : - file 2509_Beethoven_OP2NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:16 | INFO : - file 2505_Beethoven_OP103_Octetin.npy added to training set. 2021-12-03 15:38:16 | INFO : - file 2506_Beethoven_OP103_Octetin.npy added to training set. 2021-12-03 15:38:17 | INFO : - file 2628_Beethoven_OP96_ViolinSonata.npy added to training set. 2021-12-03 15:38:18 | INFO : - file 2218_Bach_BWV1009_CelloSuite.npy added to training set. 2021-12-03 15:38:19 | INFO : - file 2529_Beethoven_OP10NO1_PianoSonata.npy added to training set. 2021-12-03 15:38:20 | INFO : - file 2374_Beethoven_OP49NO1_PianoSonata.npy added to training set. 2021-12-03 15:38:22 | INFO : - file 2392_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:22 | INFO : - file 2231_Bach_BWV866_WTKI.npy added to training set. 2021-12-03 15:38:25 | INFO : - file 1813_Mozart_K581_ClarinetQuintet.npy added to training set. 2021-12-03 15:38:25 | INFO : - file 2196_Bach_BWV848_WTKI.npy added to training set. 2021-12-03 15:38:27 | INFO : - file 2158_Brahms_OP40_HornTrio.npy added to validation set. 2021-12-03 15:38:29 | INFO : - file 1872_Mozart_K502_PianoTrio.npy added to training set. 2021-12-03 15:38:31 | INFO : - file 2621_Beethoven_OP59NO1_StringQuartet.npy added to training set. 2021-12-03 15:38:34 | INFO : - file 2150_Brahms_OP25_PianoQuartet.npy added to training set. 2021-12-03 15:38:34 | INFO : - file 2217_Bach_BWV1009_CelloSuite.npy added to training set. 2021-12-03 15:38:35 | INFO : - file 2243_Bach_BWV1001_ViolinSonata.npy added to training set. 2021-12-03 15:38:37 | INFO : - file 2433_Beethoven_OP135_StringQuartet.npy added to training set. 2021-12-03 15:38:38 | INFO : - file 2211_Bach_BWV857_WTKI.npy added to training set. 2021-12-03 15:38:39 | INFO : - file 1764_Schubert_OP142_4Impromptus.npy added to training set. 2021-12-03 15:38:41 | INFO : - file 2348_Beethoven_OP27NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:42 | INFO : - file 1932_Dvorak_OP96_StringQuartet.npy added to validation set. 2021-12-03 15:38:43 | INFO : - file 2232_Bach_BWV866_WTKI.npy added to training set. 2021-12-03 15:38:43 | INFO : - file 2203_Bach_BWV1013_Partitain.npy added to training set. 2021-12-03 15:38:46 | INFO : - file 2157_Brahms_OP18_StringSextet.npy added to validation set. 2021-12-03 15:38:47 | INFO : - file 2486_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:38:49 | INFO : - file 2393_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:50 | INFO : - file 2210_Bach_BWV849_WTKI.npy added to training set. 2021-12-03 15:38:50 | INFO : - file 2659_Bach_BWV1002_ViolinPartita.npy added to training set. 2021-12-03 15:38:52 | INFO : - file 1729_Schubert_OP114_PianoQuintet.npy added to validation set. 2021-12-03 15:38:54 | INFO : - file 2678_Beethoven_OP14NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:55 | INFO : - file 2221_Bach_BWV1009_CelloSuite.npy added to validation set. 2021-12-03 15:38:55 | INFO : - file 2411_Beethoven_OP27NO1_PianoSonata.npy added to training set. 2021-12-03 15:38:56 | INFO : - file 2343_Beethoven_OP27NO2_PianoSonata.npy added to training set. 2021-12-03 15:38:58 | INFO : - file 1818_Mozart_K375_Serenadein.npy added to training set. 2021-12-03 15:39:00 | INFO : - file 1919_Dvorak_OP51_StringQuartet.npy added to training set. 2021-12-03 15:39:00 | INFO : - file 2415_Beethoven_OP71_Sextetin.npy added to training set. 2021-12-03 15:39:01 | INFO : - file 2305_Bach_BWV859_WTKI.npy added to training set. 2021-12-03 15:39:03 | INFO : - file 2510_Beethoven_OP2NO2_PianoSonata.npy added to training set. 2021-12-03 15:39:04 | INFO : - file 2608_Beethoven_OP31NO1_PianoSonata.npy added to training set. 2021-12-03 15:39:06 | INFO : - file 2532_Beethoven_OP111_PianoSonata.npy added to training set. 2021-12-03 15:39:09 | INFO : - file 2542_Beethoven_OP101_PianoSonata.npy added to training set. 2021-12-03 15:39:10 | INFO : - file 2118_Brahms_OP120NO1_ClarinetSonata.npy added to training set. 2021-12-03 15:39:11 | INFO : - file 1756_Schubert_D784_PianoSonata.npy added to validation set. 2021-12-03 15:39:13 | INFO : - file 1793_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:39:15 | INFO : - file 1758_Schubert_D958_PianoSonata.npy added to training set. 2021-12-03 15:39:16 | INFO : - file 2404_Beethoven_OP110_PianoSonata.npy added to training set. 2021-12-03 15:39:18 | INFO : - file 2491_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:39:19 | INFO : - file 2282_Bach_BWV1014_ViolinSonata.npy added to training set. 2021-12-03 15:39:20 | INFO : - file 2304_Bach_BWV859_WTKI.npy added to training set. 2021-12-03 15:39:21 | INFO : - file 2149_Brahms_OP25_PianoQuartet.npy added to training set. 2021-12-03 15:39:24 | INFO : - file 2330_Beethoven_OP12NO1_ViolinSonata.npy added to training set. 2021-12-03 15:39:26 | INFO : - file 1916_Dvorak_OP51_StringQuartet.npy added to training set. 2021-12-03 15:39:27 | INFO : - file 2212_Bach_BWV857_WTKI.npy added to training set. 2021-12-03 15:39:28 | INFO : - file 2480_Beethoven_OP18NO5_StringQuartet.npy added to validation set. 2021-12-03 15:39:29 | INFO : - file 2214_Bach_BWV847_WTKI.npy added to training set. 2021-12-03 15:39:29 | INFO : - file 2195_Bach_BWV848_WTKI.npy added to training set. 2021-12-03 15:39:30 | INFO : - file 2477_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:39:31 | INFO : - file 2295_Bach_BWV1010_CelloSuite.npy added to training set. 2021-12-03 15:39:32 | INFO : - file 1768_Schubert_D664_PianoSonata.npy added to training set. 2021-12-03 15:39:34 | INFO : - file 2627_Beethoven_OP96_ViolinSonata.npy added to training set. 2021-12-03 15:39:35 | INFO : - file 2431_Beethoven_OP135_StringQuartet.npy added to training set. 2021-12-03 15:39:36 | INFO : - file 2591_Beethoven_OP26_PianoSonata.npy added to training set. 2021-12-03 15:39:38 | INFO : - file 1775_Schubert_D850_PianoSonata.npy added to training set. 2021-12-03 15:39:39 | INFO : - file 2293_Bach_BWV1010_CelloSuite.npy added to training set. 2021-12-03 15:39:40 | INFO : - file 1791_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:39:41 | INFO : - file 2194_Bach_BWV858_WTKI.npy added to training set. 2021-12-03 15:39:44 | INFO : - file 1742_Schubert_OP163_StringQuintet.npy added to training set. 2021-12-03 15:39:47 | INFO : - file 1776_Schubert_D850_PianoSonata.npy added to training set. 2021-12-03 15:39:50 | INFO : - file 2112_Brahms_OP38_CelloSonata.npy added to training set. 2021-12-03 15:39:52 | INFO : - file 2423_Beethoven_OP2NO1_PianoSonata.npy added to training set. 2021-12-03 15:39:53 | INFO : - file 2560_Beethoven_OP18NO2_StringQuartet.npy added to training set. 2021-12-03 15:39:54 | INFO : - file 2219_Bach_BWV1009_CelloSuite.npy added to training set. 2021-12-03 15:39:55 | INFO : - file 2420_Beethoven_OP12NO2_ViolinSonata.npy added to training set. 2021-12-03 15:39:55 | INFO : - file 1763_Schubert_OP142_4Impromptus.npy added to training set. 2021-12-03 15:39:55 | INFO : - file 2228_Bach_BWV851_WTKI.npy added to training set. 2021-12-03 15:39:57 | INFO : - file 2441_Beethoven_OP106_PianoSonata.npy added to training set. 2021-12-03 15:39:58 | INFO : - file 2570_Beethoven_OP30NO2_ViolinSonata.npy added to training set. 2021-12-03 15:39:59 | INFO : - file 1918_Dvorak_OP51_StringQuartet.npy added to training set. 2021-12-03 15:40:00 | INFO : - file 2451_Beethoven_OP18NO6_StringQuartet.npy added to training set. 2021-12-03 15:40:02 | INFO : - file 2177_Ravel_35_StringQuartet.npy added to training set. 2021-12-03 15:40:02 | INFO : - file 1788_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:40:03 | INFO : - file 2179_Ravel_35_StringQuartet.npy added to training set. 2021-12-03 15:40:05 | INFO : - file 2346_Beethoven_OP27NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:07 | INFO : - file 2376_Beethoven_OP59NO2_StringQuartet.npy added to training set. 2021-12-03 15:40:07 | INFO : - file 2620_Beethoven_OP10NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:09 | INFO : - file 2390_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:10 | INFO : - file 2335_Beethoven_OP30NO3_ViolinSonata.npy added to training set. 2021-12-03 15:40:11 | INFO : - file 2403_Beethoven_OP18NO1_StringQuartet.npy added to training set. 2021-12-03 15:40:11 | INFO : - file 2247_Bach_BWV854_WTKI.npy added to training set. 2021-12-03 15:40:11 | INFO : - file 2432_Beethoven_OP135_StringQuartet.npy added to training set. 2021-12-03 15:40:11 | INFO : - file 2292_Bach_BWV864_WTKI.npy added to training set. 2021-12-03 15:40:12 | INFO : - file 2076_Cambini_JOHN1_WindQuintet.npy added to training set. 2021-12-03 15:40:13 | INFO : - file 1790_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:40:13 | INFO : - file 2302_Bach_BWV850_WTKI.npy added to training set. 2021-12-03 15:40:15 | INFO : - file 2391_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:16 | INFO : - file 1933_Dvorak_OP96_StringQuartet.npy added to validation set. 2021-12-03 15:40:16 | INFO : - file 2514_Beethoven_OP2NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:17 | INFO : - file 1829_Mozart_K542_PianoTrio.npy added to training set. 2021-12-03 15:40:18 | INFO : - file 1923_Dvorak_OP51_StringQuartet.npy added to training set. 2021-12-03 15:40:20 | INFO : - file 2377_Beethoven_OP59NO2_StringQuartet.npy added to training set. 2021-12-03 15:40:22 | INFO : - file 1931_Dvorak_OP96_StringQuartet.npy added to training set. 2021-12-03 15:40:22 | INFO : - file 2294_Bach_BWV1010_CelloSuite.npy added to training set. 2021-12-03 15:40:22 | INFO : - file 2384_Beethoven_OP130_StringQuartet.npy added to training set. 2021-12-03 15:40:22 | INFO : - file 2241_Bach_BWV1001_ViolinSonata.npy added to training set. 2021-12-03 15:40:23 | INFO : - file 2242_Bach_BWV1001_ViolinSonata.npy added to training set. 2021-12-03 15:40:24 | INFO : - file 2283_Bach_BWV1014_ViolinSonata.npy added to training set. 2021-12-03 15:40:25 | INFO : - file 2632_Beethoven_OP14NO2_PianoSonata.npy added to validation set. 2021-12-03 15:40:27 | INFO : - file 1760_Schubert_D958_PianoSonata.npy added to training set. 2021-12-03 15:40:28 | INFO : - file 2568_Beethoven_OP90_PianoSonata.npy added to training set. 2021-12-03 15:40:29 | INFO : - file 2345_Beethoven_OP27NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:29 | INFO : - file 2576_Beethoven_OP13_PianoSonata.npy added to training set. 2021-12-03 15:40:30 | INFO : - file 2131_Brahms_OP11_SerenadeNo.npy added to training set. 2021-12-03 15:40:31 | INFO : - file 2537_Beethoven_OP49NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:33 | INFO : - file 2607_Beethoven_OP31NO1_PianoSonata.npy added to training set. 2021-12-03 15:40:33 | INFO : - file 2230_Bach_BWV865_WTKI.npy added to training set. 2021-12-03 15:40:34 | INFO : - file 2167_Faure_OP45_PianoQuartet.npy added to validation set. 2021-12-03 15:40:36 | INFO : - file 2603_Beethoven_OP81NO1_PianoSonata.npy added to training set. 2021-12-03 15:40:37 | INFO : - file 2594_Beethoven_OP31NO3_PianoSonata.npy added to training set. 2021-12-03 15:40:37 | INFO : - file 2204_Bach_BWV1013_Partitain.npy added to training set. 2021-12-03 15:40:39 | INFO : - file 2523_Beethoven_OP69_CelloSonata.npy added to training set. 2021-12-03 15:40:39 | INFO : - file 2357_Beethoven_OP28_PianoSonata.npy added to training set. 2021-12-03 15:40:42 | INFO : - file 2398_Beethoven_OP47_ViolinSonata.npy added to training set. 2021-12-03 15:40:42 | INFO : - file 2310_Bach_BWV860_WTKI.npy added to training set. 2021-12-03 15:40:43 | INFO : - file 2078_Cambini_JOHN2_WindQuintet.npy added to training set. 2021-12-03 15:40:45 | INFO : - file 2521_Beethoven_OP69_CelloSonata.npy added to training set. 2021-12-03 15:40:45 | INFO : - file 2562_Beethoven_OP18NO2_StringQuartet.npy added to training set. 2021-12-03 15:40:46 | INFO : - file 1824_Mozart_K421_StringQuartet.npy added to training set. 2021-12-03 15:40:48 | INFO : - file 2318_Beethoven_OP38_Trioin.npy added to validation set. 2021-12-03 15:40:49 | INFO : - file 1773_Schubert_D568_PianoSonata.npy added to training set. 2021-12-03 15:40:52 | INFO : - file 2443_Beethoven_OP106_PianoSonata.npy added to training set. 2021-12-03 15:40:52 | INFO : - file 2114_Brahms_OP38_CelloSonata.npy added to training set. 2021-12-03 15:40:52 | INFO : - file 2488_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:40:53 | INFO : - file 2198_Bach_BWV867_WTKI.npy added to training set. 2021-12-03 15:40:54 | INFO : - file 2350_Beethoven_OP27NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:55 | INFO : - file 2595_Beethoven_OP31NO3_PianoSonata.npy added to training set. 2021-12-03 15:40:56 | INFO : - file 1805_Mozart_K387_StringQuartet.npy added to validation set. 2021-12-03 15:40:56 | INFO : - file 2113_Brahms_OP38_CelloSonata.npy added to training set. 2021-12-03 15:40:56 | INFO : - file 2075_Cambini_JOHN1_WindQuintet.npy added to training set. 2021-12-03 15:40:57 | INFO : - file 2516_Beethoven_OP2NO2_PianoSonata.npy added to training set. 2021-12-03 15:40:58 | INFO : - file 2497_Beethoven_OP95_StringQuartet.npy added to training set. 2021-12-03 15:40:59 | INFO : - file 2507_Beethoven_OP103_Octetin.npy added to training set. 2021-12-03 15:41:00 | INFO : - file 2389_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:41:01 | INFO : - file 2222_Bach_BWV1009_CelloSuite.npy added to validation set. 2021-12-03 15:41:01 | INFO : - file 2372_Beethoven_OP14NO1_PianoSonata.npy added to training set. 2021-12-03 15:41:02 | INFO : - file 2471_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:41:02 | INFO : - file 2105_Haydn_OP64NO5_QuartetNo.npy added to training set. 2021-12-03 15:41:03 | INFO : - file 2388_Beethoven_OP31NO2_PianoSonata.npy added to training set. 2021-12-03 15:41:04 | INFO : - file 2213_Bach_BWV847_WTKI.npy added to training set. 2021-12-03 15:41:05 | INFO : - file 2417_Beethoven_OP71_Sextetin.npy added to training set. 2021-12-03 15:41:07 | INFO : - file 1751_Schubert_D845_PianoSonata.npy added to training set. 2021-12-03 15:41:08 | INFO : - file 1728_Schubert_OP114_PianoQuintet.npy added to training set. 2021-12-03 15:41:08 | INFO : - file 2227_Bach_BWV851_WTKI.npy added to training set. 2021-12-03 15:41:10 | INFO : - file 1734_Schubert_D959_PianoSonata.npy added to training set. 2021-12-03 15:41:10 | INFO : - file 2224_Bach_BWV852_WTKI.npy added to training set. 2021-12-03 15:41:11 | INFO : - file 2285_Bach_BWV1014_ViolinSonata.npy added to training set. 2021-12-03 15:41:13 | INFO : - file 2159_Brahms_OP40_HornTrio.npy added to training set. 2021-12-03 15:41:14 | INFO : - file 2117_Brahms_OP120NO1_ClarinetSonata.npy added to training set. 2021-12-03 15:41:17 | INFO : - file 2155_Brahms_OP18_StringSextet.npy added to training set. 2021-12-03 15:41:20 | INFO : - file 1771_Schubert_D568_PianoSonata.npy added to training set. 2021-12-03 15:41:22 | INFO : - file 2571_Beethoven_OP30NO2_ViolinSonata.npy added to training set. 2021-12-03 15:41:23 | INFO : - file 2229_Bach_BWV865_WTKI.npy added to training set. 2021-12-03 15:41:25 | INFO : - file 2325_Beethoven_OP57_PianoSonata.npy added to training set. 2021-12-03 15:41:28 | INFO : - file 1749_Schubert_D845_PianoSonata.npy added to training set. 2021-12-03 15:41:30 | INFO : - file 2573_Beethoven_OP30NO2_ViolinSonata.npy added to training set. 2021-12-03 15:41:31 | INFO : - file 2596_Beethoven_OP31NO3_PianoSonata.npy added to training set. 2021-12-03 15:41:32 | INFO : - file 2300_Bach_BWV853_WTKI.npy added to training set. 2021-12-03 15:41:33 | INFO : - file 2487_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:41:35 | INFO : - file 2119_Brahms_OP120NO1_ClarinetSonata.npy added to training set. 2021-12-03 15:41:37 | INFO : - file 1765_Schubert_OP142_4Impromptus.npy added to validation set. 2021-12-03 15:41:39 | INFO : - file 2528_Beethoven_OP10NO1_PianoSonata.npy added to training set. 2021-12-03 15:41:41 | INFO : - file 1727_Schubert_OP114_PianoQuintet.npy added to training set. 2021-12-03 15:41:43 | INFO : - file 2314_Beethoven_OP132_StringQuartet.npy added to training set. 2021-12-03 15:41:43 | INFO : - file 2202_Bach_BWV1013_Partitain.npy added to training set. 2021-12-03 15:41:44 | INFO : - file 2239_Bach_BWV862_WTKI.npy added to training set. 2021-12-03 15:41:46 | INFO : - file 2444_Beethoven_OP106_PianoSonata.npy added to training set. 2021-12-03 15:41:47 | INFO : - file 2581_Beethoven_OP54_PianoSonata.npy added to training set. 2021-12-03 15:41:48 | INFO : - file 2244_Bach_BWV1001_ViolinSonata.npy added to training set. 2021-12-03 15:41:48 | INFO : - file 1792_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:41:50 | INFO : - file 1812_Mozart_K581_ClarinetQuintet.npy added to training set. 2021-12-03 15:41:52 | INFO : - file 2490_Beethoven_OP7_PianoSonata.npy added to training set. 2021-12-03 15:41:53 | INFO : - file 2442_Beethoven_OP106_PianoSonata.npy added to training set. 2021-12-03 15:41:55 | INFO : - file 2564_Beethoven_OP22_PianoSonata.npy added to training set. 2021-12-03 15:41:58 | INFO : - file 2611_Beethoven_OP10NO3_PianoSonata.npy added to training set. 2021-12-03 15:41:59 | INFO : - file 2422_Beethoven_OP2NO1_PianoSonata.npy added to training set. 2021-12-03 15:42:00 | INFO : - file 2483_Beethoven_OP18NO5_StringQuartet.npy added to training set. 2021-12-03 15:42:01 | INFO : - file 2342_Beethoven_OP30NO3_ViolinSonata.npy added to validation set. 2021-12-03 15:42:05 | INFO : - file 2366_Beethoven_OP127_StringQuartet.npy added to training set. 2021-12-03 15:42:06 | INFO : - file 2358_Beethoven_OP28_PianoSonata.npy added to training set. 2021-12-03 15:42:06 | INFO : - file 2555_Beethoven_OP109_PianoSonata.npy added to training set. 2021-12-03 15:42:09 | INFO : - file 2622_Beethoven_OP59NO1_StringQuartet.npy added to training set. 2021-12-03 15:42:09 | INFO : - file 2289_Bach_BWV1002_ViolinPartita.npy added to validation set. 2021-12-03 15:42:10 | INFO : - file 2080_Cambini_JOHN2_WindQuintet.npy added to training set. 2021-12-03 15:42:13 | INFO : - file 2588_Beethoven_OP26_PianoSonata.npy added to training set. 2021-12-03 15:42:14 | INFO : - file 2494_Beethoven_OP95_StringQuartet.npy added to training set. 2021-12-03 15:42:16 | INFO : - file 1789_Mozart_K465_StringQuartet.npy added to training set. 2021-12-03 15:42:19 | INFO : - file 2168_Faure_OP45_PianoQuartet.npy added to training set. 2021-12-03 15:42:20 | INFO : - file 1859_Mozart_K464_StringQuartet.npy added to training set. 2021-12-03 15:42:22 | INFO : - file 2586_Beethoven_OP102NO1_CelloSonata.npy added to training set. 2021-12-03 15:42:23 | INFO : - file 2478_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:42:28 | INFO : - file 2315_Beethoven_OP132_StringQuartet.npy added to validation set. 2021-12-03 15:42:28 | INFO : - file 2201_Bach_BWV861_WTKI.npy added to training set. 2021-12-03 15:42:29 | INFO : - file 2572_Beethoven_OP30NO2_ViolinSonata.npy added to training set. 2021-12-03 15:42:30 | INFO : - file 2238_Bach_BWV868_WTKI.npy added to training set. 2021-12-03 15:42:30 | INFO : - file 2248_Bach_BWV854_WTKI.npy added to training set. 2021-12-03 15:42:33 | INFO : - file 1735_Schubert_D959_PianoSonata.npy added to training set. 2021-12-03 15:42:34 | INFO : - file 2308_Bach_BWV863_WTKI.npy added to training set. 2021-12-03 15:42:37 | INFO : - file 2154_Brahms_OP18_StringSextet.npy added to training set. 2021-12-03 15:42:39 | INFO : - file 2140_Brahms_OP51NO1_StringQuartet.npy added to training set. 2021-12-03 15:42:40 | INFO : - file 2077_Cambini_JOHN1_WindQuintet.npy added to training set. 2021-12-03 15:42:42 | INFO : - file 1807_Mozart_K387_StringQuartet.npy added to validation set. 2021-12-03 15:42:45 | INFO : - file 2406_Beethoven_OP110_PianoSonata.npy added to training set. 2021-12-03 15:42:46 | INFO : - file 1772_Schubert_D568_PianoSonata.npy added to training set. 2021-12-03 15:42:47 | INFO : - file 2156_Brahms_OP18_StringSextet.npy added to training set. 2021-12-03 15:42:51 | INFO : - file 1757_Schubert_D958_PianoSonata.npy added to training set. 2021-12-03 15:42:53 | INFO : - file 2436_Beethoven_OP53_PianoSonata.npy added to training set. 2021-12-03 15:42:55 | INFO : - file 2364_Beethoven_OP28_PianoSonata.npy added to training set. 2021-12-03 15:42:56 | INFO : - file 2538_Beethoven_OP49NO2_PianoSonata.npy added to training set. 2021-12-03 15:42:57 | INFO : - file 2336_Beethoven_OP30NO3_ViolinSonata.npy added to training set. 2021-12-03 15:42:58 | INFO : - file 2466_Beethoven_OP23_ViolinSonata.npy added to training set. 2021-12-03 15:43:00 | INFO : - file 2677_Beethoven_OP14NO1_PianoSonata.npy added to training set. 2021-12-03 15:43:02 | INFO : - file 2081_Cambini_JOHN3_WindQuintet.npy added to validation set. 2021-12-03 15:43:04 | INFO : - file 2151_Brahms_OP25_PianoQuartet.npy added to training set. 2021-12-03 15:43:06 | INFO : - file 2512_Beethoven_OP2NO2_PianoSonata.npy added to training set. 2021-12-03 15:43:07 | INFO : - file 2083_Cambini_JOHN3_WindQuintet.npy added to validation set. 2021-12-03 15:43:08 | INFO : - file 2368_Beethoven_OP127_StringQuartet.npy added to training set. 2021-12-03 15:43:10 | INFO : - file 2082_Cambini_JOHN3_WindQuintet.npy added to validation set. 2021-12-03 15:43:11 | INFO : - file 2178_Ravel_35_StringQuartet.npy added to training set. 2021-12-03 15:43:14 | INFO : - file 2322_Beethoven_OP57_PianoSonata.npy added to training set. 2021-12-03 15:43:15 | INFO : - file 2633_Beethoven_OP14NO2_PianoSonata.npy added to validation set. 2021-12-03 15:43:16 | INFO : - file 2220_Bach_BWV1009_CelloSuite.npy added to training set. 2021-12-03 15:43:17 | INFO : - file 1828_Mozart_K542_PianoTrio.npy added to training set. 2021-12-03 15:43:19 | INFO : - file 2527_Beethoven_OP10NO1_PianoSonata.npy added to training set. 2021-12-03 15:43:20 | INFO : - file 2540_Beethoven_OP101_PianoSonata.npy added to training set. 2021-12-03 15:43:22 | INFO : - file 2582_Beethoven_OP54_PianoSonata.npy added to training set. 2021-12-03 15:43:23 | INFO : - file 2225_Bach_BWV852_WTKI.npy added to training set. 2021-12-03 15:43:25 | INFO : - file 1876_Mozart_K496_PianoTrio.npy added to training set. 2021-12-03 15:43:27 | INFO : - file 2593_Beethoven_OP31NO3_PianoSonata.npy added to training set. 2021-12-03 15:43:30 | INFO : - file 2482_Beethoven_OP18NO5_StringQuartet.npy added to training set. 2021-12-03 15:43:32 | INFO : - file 2341_Beethoven_OP30NO3_ViolinSonata.npy added to validation set. 2021-12-03 15:43:33 | INFO : - file 2288_Bach_BWV1002_ViolinPartita.npy added to training set. 2021-12-03 15:43:35 | INFO : - file 2504_Beethoven_OP103_Octetin.npy added to training set. 2021-12-03 15:43:37 | INFO : - file 2381_Beethoven_OP130_StringQuartet.npy added to training set. 2021-12-03 15:43:39 | INFO : - file 2104_Haydn_OP64NO5_QuartetNo.npy added to training set. 2021-12-03 15:43:41 | INFO : - file 2365_Beethoven_OP127_StringQuartet.npy added to training set. 2021-12-03 15:43:43 | INFO : - file 1739_Schubert_OP99_PianoTrio.npy added to training set. 2021-12-03 15:43:46 | INFO : - file 1750_Schubert_D845_PianoSonata.npy added to training set. 2021-12-03 15:43:48 | INFO : - file 2473_Beethoven_OP2NO3_PianoSonata.npy added to training set. 2021-12-03 15:43:49 | INFO : - file 2180_Ravel_35_StringQuartet.npy added to training set. 2021-12-03 15:43:52 | INFO : - file 2397_Beethoven_OP47_ViolinSonata.npy added to training set. 2021-12-03 15:43:55 | INFO : - file 2626_Beethoven_OP96_ViolinSonata.npy added to training set. 2021-12-03 15:43:57 | INFO : - file 1730_Schubert_OP114_PianoQuintet.npy added to training set. 2021-12-03 15:43:58 | INFO : - file 2522_Beethoven_OP69_CelloSonata.npy added to training set. 2021-12-03 15:44:00 | INFO : - file 2619_Beethoven_OP10NO2_PianoSonata.npy added to training set. 2021-12-03 15:44:00 | INFO : - file 2234_Bach_BWV856_WTKI.npy added to training set. 2021-12-03 15:44:02 | INFO : - file 2618_Beethoven_OP10NO2_PianoSonata.npy added to training set. 2021-12-03 15:44:03 | INFO : - file 2161_Brahms_OP40_HornTrio.npy added to training set. 2021-12-03 15:44:06 | INFO : - file 2166_Faure_OP45_PianoQuartet.npy added to training set. 2021-12-03 15:44:09 | INFO : - file 2319_Beethoven_OP38_Trioin.npy added to training set. 2021-12-03 15:44:11 | INFO : - file 2590_Beethoven_OP26_PianoSonata.npy added to training set. 2021-12-03 15:44:11 | INFO : Training set & loader generated, length 94348 2021-12-03 15:44:11 | INFO : Validation set & loader generated, length 9238 2021-12-03 15:44:11 | INFO : ###################### START TRAINING ###################### 2021-12-03 15:56:29 | INFO : Epoch #0 finished. Train Loss: 0.0816, Val Loss: 0.0763 with lr: 0.00100 2021-12-03 15:56:30 | INFO : .... model of epoch 0 saved. 2021-12-03 16:08:36 | INFO : Epoch #1 finished. Train Loss: 0.0692, Val Loss: 0.0707 with lr: 0.00100 2021-12-03 16:08:36 | INFO : .... model of epoch #1 saved. 2021-12-03 16:20:42 | INFO : Epoch #2 finished. Train Loss: 0.0660, Val Loss: 0.0716 with lr: 0.00100 2021-12-03 16:32:48 | INFO : Epoch #3 finished. Train Loss: 0.0673, Val Loss: 0.0682 with lr: 0.00100 2021-12-03 16:32:49 | INFO : .... model of epoch #3 saved. 2021-12-03 16:44:55 | INFO : Epoch #4 finished. Train Loss: 0.0636, Val Loss: 0.0680 with lr: 0.00100 2021-12-03 16:44:55 | INFO : .... model of epoch #4 saved. 2021-12-03 16:57:02 | INFO : Epoch #5 finished. Train Loss: 0.0617, Val Loss: 0.0676 with lr: 0.00100 2021-12-03 16:57:02 | INFO : .... model of epoch #5 saved. 2021-12-03 17:09:08 | INFO : Epoch #6 finished. Train Loss: 0.0612, Val Loss: 0.0675 with lr: 0.00100 2021-12-03 17:09:08 | INFO : .... model of epoch #6 saved. 2021-12-03 17:21:15 | INFO : Epoch #7 finished. Train Loss: 0.0596, Val Loss: 0.0691 with lr: 0.00100 2021-12-03 17:33:21 | INFO : Epoch #8 finished. Train Loss: 0.0593, Val Loss: 0.0662 with lr: 0.00100 2021-12-03 17:33:22 | INFO : .... model of epoch #8 saved. 2021-12-03 17:45:29 | INFO : Epoch #9 finished. Train Loss: 0.0580, Val Loss: 0.0676 with lr: 0.00100 2021-12-03 17:57:36 | INFO : Epoch #10 finished. Train Loss: 0.0602, Val Loss: 0.0685 with lr: 0.00100 2021-12-03 18:09:43 | INFO : Epoch #11 finished. Train Loss: 0.0573, Val Loss: 0.0673 with lr: 0.00100 2021-12-03 18:21:50 | INFO : Epoch #12 finished. Train Loss: 0.0575, Val Loss: 0.0666 with lr: 0.00100 2021-12-03 18:33:56 | INFO : Epoch #13 finished. Train Loss: 0.0567, Val Loss: 0.0671 with lr: 0.00100 2021-12-03 18:46:03 | INFO : Epoch #14 finished. Train Loss: 0.0554, Val Loss: 0.0769 with lr: 0.00100 2021-12-03 18:58:08 | INFO : Epoch #15 finished. Train Loss: 0.0526, Val Loss: 0.0651 with lr: 0.00050 2021-12-03 18:58:09 | INFO : .... model of epoch #15 saved. 2021-12-03 19:10:15 | INFO : Epoch #16 finished. Train Loss: 0.0517, Val Loss: 0.0659 with lr: 0.00050 2021-12-03 19:22:21 | INFO : Epoch #17 finished. Train Loss: 0.0511, Val Loss: 0.0674 with lr: 0.00050 2021-12-03 19:34:27 | INFO : Epoch #18 finished. Train Loss: 0.0504, Val Loss: 0.0679 with lr: 0.00050 2021-12-03 19:46:33 | INFO : Epoch #19 finished. Train Loss: 0.0498, Val Loss: 0.0658 with lr: 0.00050 2021-12-03 19:58:40 | INFO : Epoch #20 finished. Train Loss: 0.0493, Val Loss: 0.0742 with lr: 0.00050 2021-12-03 20:10:47 | INFO : Epoch #21 finished. Train Loss: 0.0486, Val Loss: 0.0681 with lr: 0.00050 2021-12-03 20:22:54 | INFO : Epoch #22 finished. Train Loss: 0.0462, Val Loss: 0.0704 with lr: 0.00025 2021-12-03 20:35:01 | INFO : Epoch #23 finished. Train Loss: 0.0455, Val Loss: 0.0705 with lr: 0.00025 2021-12-03 20:47:08 | INFO : Epoch #24 finished. Train Loss: 0.0449, Val Loss: 0.0716 with lr: 0.00025 2021-12-03 20:59:15 | INFO : Epoch #25 finished. Train Loss: 0.0444, Val Loss: 0.0709 with lr: 0.00025 2021-12-03 21:11:21 | INFO : Epoch #26 finished. Train Loss: 0.0442, Val Loss: 0.0707 with lr: 0.00025 2021-12-03 21:23:27 | INFO : Epoch #27 finished. Train Loss: 0.0435, Val Loss: 0.0726 with lr: 0.00025 2021-12-03 21:23:27 | INFO : ### trained model saved in /tsi/clusterhome/cweiss/models/exp160f_traintest_musicnet_aligned_pitch_unet_veryverylarge_test10files_augall_AdamW_rerun1.pt 2021-12-03 21:23:27 | INFO : ###################### START TESTING ###################### 2021-12-03 21:23:56 | INFO : file 2106_Haydn_OP64NO5_QuartetNo.npy tested. Cosine sim: 0.7637953310996274 2021-12-03 21:24:14 | INFO : file 1819_Mozart_K375_Serenadein.npy tested. Cosine sim: 0.7688911323148325 2021-12-03 21:24:29 | INFO : file 2416_Beethoven_OP71_Sextetin.npy tested. Cosine sim: 0.6911848187892636 2021-12-03 21:24:40 | INFO : file 2303_Bach_BWV850_WTKI.npy tested. Cosine sim: 0.8046862422644511 2021-12-03 21:25:00 | INFO : file 1759_Schubert_D958_PianoSonata.npy tested. Cosine sim: 0.7680556338780639 2021-12-03 21:25:11 | INFO : file 2191_Bach_BWV1006_ViolinPartita.npy tested. Cosine sim: 0.8206974012637204 2021-12-03 21:25:59 | INFO : file 2629_Beethoven_OP96_ViolinSonata.npy tested. Cosine sim: 0.8089002701082095 2021-12-03 21:26:13 | INFO : file 2382_Beethoven_OP130_StringQuartet.npy tested. Cosine sim: 0.6328260512400286 2021-12-03 21:26:27 | INFO : file 2556_Beethoven_OP109_PianoSonata.npy tested. Cosine sim: 0.8188049670964499 2021-12-03 21:26:43 | INFO : file 2298_Bach_BWV1010_CelloSuite.npy tested. Cosine sim: 0.7768420288635135 2021-12-03 21:26:43 | INFO : ### Testing done. ################################################ 2021-12-03 21:26:43 | INFO : # Results for large test set (10 files) ######################### 2021-12-03 21:26:43 | INFO : Mean precision: 0.7378855310304615 2021-12-03 21:26:43 | INFO : Mean recall: 0.7696867826346525 2021-12-03 21:26:43 | INFO : Mean f_measure: 0.7511242206166029 2021-12-03 21:26:43 | INFO : Mean cosine_sim: 0.765468387691816 2021-12-03 21:26:43 | INFO : Mean binary_crossentropy: 0.0620173815233301 2021-12-03 21:26:43 | INFO : Mean euclidean_distance: 0.8122827052700158 2021-12-03 21:26:43 | INFO : Mean binary_accuracy: 0.9832768364509216 2021-12-03 21:26:43 | INFO : Mean soft_accuracy: 0.9744152997289678 2021-12-03 21:26:43 | INFO : Mean accum_energy: 0.5526890366792072 2021-12-03 21:26:43 | INFO : Mean roc_auc_measure: 0.9880685607542292 2021-12-03 21:26:43 | INFO : Mean average_precision_score: 0.7994695791688751 2021-12-03 21:26:43 | INFO : Mean Precision: 0.7378855310304615 2021-12-03 21:26:43 | INFO : Mean Recall: 0.7696867826346525 2021-12-03 21:26:43 | INFO : Mean Accuracy: 0.6044186695930014 2021-12-03 21:26:43 | INFO : Mean Substitution Error: 0.10328787002825238 2021-12-03 21:26:43 | INFO : Mean Miss Error: 0.12702534733709497 2021-12-03 21:26:43 | INFO : Mean False Alarm Error: 0.17946764463390064 2021-12-03 21:26:43 | INFO : Mean Total Error: 0.409780861999248 2021-12-03 21:26:43 | INFO : Mean Chroma Precision: 0.7547701987994232 2021-12-03 21:26:43 | INFO : Mean Chroma Recall: 0.7869318247581828 2021-12-03 21:26:43 | INFO : Mean Chroma Accuracy: 0.6261229093209808 2021-12-03 21:26:43 | INFO : Mean Chroma Substitution Error: 0.08604282790472222 2021-12-03 21:26:43 | INFO : Mean Chroma Miss Error: 0.12702534733709497 2021-12-03 21:26:43 | INFO : Mean Chroma False Alarm Error: 0.17946764463390064 2021-12-03 21:26:43 | INFO : Mean Chroma Total Error: 0.3925358198757178 2021-12-03 21:26:43 | INFO : 2021-12-03 21:26:43 | INFO : Framewise precision: 0.7587096835945252 2021-12-03 21:26:43 | INFO : Framewise recall: 0.7589087951699954 2021-12-03 21:26:43 | INFO : Framewise f_measure: 0.7558984729021111 2021-12-03 21:26:43 | INFO : Framewise cosine_sim: 0.7742072491189462 2021-12-03 21:26:43 | INFO : Framewise binary_crossentropy: 0.07242987239669582 2021-12-03 21:26:43 | INFO : Framewise euclidean_distance: 0.8838006089279976 2021-12-03 21:26:43 | INFO : Framewise binary_accuracy: 0.9811368700820189 2021-12-03 21:26:43 | INFO : Framewise soft_accuracy: 0.971246511307989 2021-12-03 21:26:43 | INFO : Framewise accum_energy: 0.5557585484838141 2021-12-03 21:26:43 | INFO : Framewise roc_auc_measure: 0.9864954414333679 2021-12-03 21:26:43 | INFO : Framewise average_precision_score: 0.8088311879684814 2021-12-03 21:26:43 | INFO : Framewise Precision: 0.7587096835945252 2021-12-03 21:26:43 | INFO : Framewise Recall: 0.7589087951699954 2021-12-03 21:26:43 | INFO : Framewise Accuracy: 0.609596975935456 2021-12-03 21:26:43 | INFO : Framewise Substitution Error: 0.10120261123123808 2021-12-03 21:26:43 | INFO : Framewise Miss Error: 0.13988859359876685 2021-12-03 21:26:43 | INFO : Framewise False Alarm Error: 0.15078473846270554 2021-12-03 21:26:43 | INFO : Framewise Total Error: 0.3918759432927104 2021-12-03 21:26:43 | INFO : Framewise Chroma Precision: 0.778934126191707 2021-12-03 21:26:43 | INFO : Framewise Chroma Recall: 0.7785574974826378 2021-12-03 21:26:43 | INFO : Framewise Chroma Accuracy: 0.6355445276238039 2021-12-03 21:26:43 | INFO : Framewise Chroma Substitution Error: 0.08155390891859575 2021-12-03 21:26:43 | INFO : Framewise Chroma Miss Error: 0.13988859359876685 2021-12-03 21:26:43 | INFO : Framewise Chroma False Alarm Error: 0.15078473846270554 2021-12-03 21:26:43 | INFO : Framewise Chroma Total Error: 0.3722272409800681 2021-12-03 21:26:55 | INFO : file 1819_Mozart_K375_Serenadein.npy tested. Cosine sim: 0.7885924520036823 2021-12-03 21:27:04 | INFO : file 2303_Bach_BWV850_WTKI.npy tested. Cosine sim: 0.8097885571966162 2021-12-03 21:27:13 | INFO : file 2382_Beethoven_OP130_StringQuartet.npy tested. Cosine sim: 0.6477552573376009 2021-12-03 21:27:13 | INFO : ### Testing done. ################################################ 2021-12-03 21:27:13 | INFO : # Results for small test set (3 files), first 90s ############## 2021-12-03 21:27:13 | INFO : Mean precision: 0.7291100321542586 2021-12-03 21:27:13 | INFO : Mean recall: 0.7395003259613963 2021-12-03 21:27:13 | INFO : Mean f_measure: 0.7338352728461537 2021-12-03 21:27:13 | INFO : Mean cosine_sim: 0.7487120888459664 2021-12-03 21:27:13 | INFO : Mean binary_crossentropy: 0.06557076509708092 2021-12-03 21:27:13 | INFO : Mean euclidean_distance: 0.8689078138993193 2021-12-03 21:27:13 | INFO : Mean binary_accuracy: 0.981969246031746 2021-12-03 21:27:13 | INFO : Mean soft_accuracy: 0.9718411587466856 2021-12-03 21:27:13 | INFO : Mean accum_energy: 0.5424697529953267 2021-12-03 21:27:13 | INFO : Mean roc_auc_measure: 0.9871375993874221 2021-12-03 21:27:13 | INFO : Mean average_precision_score: 0.776835671453334 2021-12-03 21:27:13 | INFO : Mean Precision: 0.7291100321542586 2021-12-03 21:27:13 | INFO : Mean Recall: 0.7395003259613963 2021-12-03 21:27:13 | INFO : Mean Accuracy: 0.5852766817229166 2021-12-03 21:27:13 | INFO : Mean Substitution Error: 0.09107229076840706 2021-12-03 21:27:13 | INFO : Mean Miss Error: 0.16942738327019666 2021-12-03 21:27:13 | INFO : Mean False Alarm Error: 0.18982399354707036 2021-12-03 21:27:13 | INFO : Mean Total Error: 0.45032366758567405 2021-12-03 21:27:13 | INFO : Mean Chroma Precision: 0.7452582860485167 2021-12-03 21:27:13 | INFO : Mean Chroma Recall: 0.7563981891449311 2021-12-03 21:27:13 | INFO : Mean Chroma Accuracy: 0.6049831863532069 2021-12-03 21:27:13 | INFO : Mean Chroma Substitution Error: 0.07417442758487239 2021-12-03 21:27:13 | INFO : Mean Chroma Miss Error: 0.16942738327019666 2021-12-03 21:27:13 | INFO : Mean Chroma False Alarm Error: 0.18982399354707036 2021-12-03 21:27:13 | INFO : Mean Chroma Total Error: 0.43342580440213935 2021-12-03 21:27:13 | INFO : 2021-12-03 21:27:13 | INFO : Framewise precision: 0.7291100321542586 2021-12-03 21:27:13 | INFO : Framewise recall: 0.7395003259613964 2021-12-03 21:27:13 | INFO : Framewise f_measure: 0.7338352728461537 2021-12-03 21:27:13 | INFO : Framewise cosine_sim: 0.7487120888459665 2021-12-03 21:27:13 | INFO : Framewise binary_crossentropy: 0.06557076509708092 2021-12-03 21:27:13 | INFO : Framewise euclidean_distance: 0.8689078138993193 2021-12-03 21:27:13 | INFO : Framewise binary_accuracy: 0.9819692460317461 2021-12-03 21:27:13 | INFO : Framewise soft_accuracy: 0.9718411587466856 2021-12-03 21:27:13 | INFO : Framewise accum_energy: 0.5424697529953268 2021-12-03 21:27:13 | INFO : Framewise roc_auc_measure: 0.9871375993874221 2021-12-03 21:27:13 | INFO : Framewise average_precision_score: 0.7768356714533341 2021-12-03 21:27:13 | INFO : Framewise Precision: 0.7291100321542586 2021-12-03 21:27:13 | INFO : Framewise Recall: 0.7395003259613964 2021-12-03 21:27:13 | INFO : Framewise Accuracy: 0.5852766817229166 2021-12-03 21:27:13 | INFO : Framewise Substitution Error: 0.09107229076840706 2021-12-03 21:27:13 | INFO : Framewise Miss Error: 0.16942738327019666 2021-12-03 21:27:13 | INFO : Framewise False Alarm Error: 0.18982399354707036 2021-12-03 21:27:13 | INFO : Framewise Total Error: 0.45032366758567405 2021-12-03 21:27:13 | INFO : Framewise Chroma Precision: 0.7452582860485168 2021-12-03 21:27:13 | INFO : Framewise Chroma Recall: 0.7563981891449311 2021-12-03 21:27:13 | INFO : Framewise Chroma Accuracy: 0.6049831863532068 2021-12-03 21:27:13 | INFO : Framewise Chroma Substitution Error: 0.07417442758487239 2021-12-03 21:27:13 | INFO : Framewise Chroma Miss Error: 0.16942738327019666 2021-12-03 21:27:13 | INFO : Framewise Chroma False Alarm Error: 0.18982399354707036 2021-12-03 21:27:13 | INFO : Framewise Chroma Total Error: 0.43342580440213935 2021-12-03 21:27:29 | INFO : file 1819_Mozart_K375_Serenadein.npy tested. Cosine sim: 0.7688911323148325 2021-12-03 21:27:39 | INFO : file 2303_Bach_BWV850_WTKI.npy tested. Cosine sim: 0.8046862422644511 2021-12-03 21:27:50 | INFO : file 2382_Beethoven_OP130_StringQuartet.npy tested. Cosine sim: 0.6328260512400286 2021-12-03 21:27:50 | INFO : ### Testing done. ################################################ 2021-12-03 21:27:50 | INFO : # Results for small test set (3 files), full ################### 2021-12-03 21:27:50 | INFO : Mean precision: 0.7156479096255882 2021-12-03 21:27:50 | INFO : Mean recall: 0.7275069482085484 2021-12-03 21:27:50 | INFO : Mean f_measure: 0.7211066695692901 2021-12-03 21:27:50 | INFO : Mean cosine_sim: 0.7354678086064373 2021-12-03 21:27:50 | INFO : Mean binary_crossentropy: 0.06848384929170916 2021-12-03 21:27:50 | INFO : Mean euclidean_distance: 0.8737586463018764 2021-12-03 21:27:50 | INFO : Mean binary_accuracy: 0.9810710694838444 2021-12-03 21:27:50 | INFO : Mean soft_accuracy: 0.9715512649330988 2021-12-03 21:27:50 | INFO : Mean accum_energy: 0.5231393957087475 2021-12-03 21:27:50 | INFO : Mean roc_auc_measure: 0.9853613377903577 2021-12-03 21:27:50 | INFO : Mean average_precision_score: 0.755727756234782 2021-12-03 21:27:50 | INFO : Mean Precision: 0.7156479096255882 2021-12-03 21:27:50 | INFO : Mean Recall: 0.7275069482085484 2021-12-03 21:27:50 | INFO : Mean Accuracy: 0.5694126172467892 2021-12-03 21:27:50 | INFO : Mean Substitution Error: 0.10742493931802359 2021-12-03 21:27:50 | INFO : Mean Miss Error: 0.16506811247342798 2021-12-03 21:27:50 | INFO : Mean False Alarm Error: 0.18798743042028332 2021-12-03 21:27:50 | INFO : Mean Total Error: 0.4604804822117348 2021-12-03 21:27:50 | INFO : Mean Chroma Precision: 0.7359839564388011 2021-12-03 21:27:50 | INFO : Mean Chroma Recall: 0.748743673409677 2021-12-03 21:27:50 | INFO : Mean Chroma Accuracy: 0.5942789788036187 2021-12-03 21:27:50 | INFO : Mean Chroma Substitution Error: 0.08618821411689499 2021-12-03 21:27:50 | INFO : Mean Chroma Miss Error: 0.16506811247342798 2021-12-03 21:27:50 | INFO : Mean Chroma False Alarm Error: 0.18798743042028332 2021-12-03 21:27:50 | INFO : Mean Chroma Total Error: 0.4392437570106063 2021-12-03 21:27:50 | INFO : 2021-12-03 21:27:50 | INFO : Framewise precision: 0.7187593577169964 2021-12-03 21:27:50 | INFO : Framewise recall: 0.7329350265790132 2021-12-03 21:27:50 | INFO : Framewise f_measure: 0.7254284302284016 2021-12-03 21:27:50 | INFO : Framewise cosine_sim: 0.7360727762573326 2021-12-03 21:27:50 | INFO : Framewise binary_crossentropy: 0.06957901073804032 2021-12-03 21:27:50 | INFO : Framewise euclidean_distance: 0.8852378662627639 2021-12-03 21:27:50 | INFO : Framewise binary_accuracy: 0.9806750280818597 2021-12-03 21:27:50 | INFO : Framewise soft_accuracy: 0.9708474278985587 2021-12-03 21:27:50 | INFO : Framewise accum_energy: 0.5203959239245509 2021-12-03 21:27:50 | INFO : Framewise roc_auc_measure: 0.9858142650417371 2021-12-03 21:27:50 | INFO : Framewise average_precision_score: 0.760185079107535 2021-12-03 21:27:50 | INFO : Framewise Precision: 0.7187593577169964 2021-12-03 21:27:50 | INFO : Framewise Recall: 0.7329350265790132 2021-12-03 21:27:50 | INFO : Framewise Accuracy: 0.574416372625783 2021-12-03 21:27:50 | INFO : Framewise Substitution Error: 0.10623076634255396 2021-12-03 21:27:50 | INFO : Framewise Miss Error: 0.1608342070784328 2021-12-03 21:27:50 | INFO : Framewise False Alarm Error: 0.1860386196229702 2021-12-03 21:27:50 | INFO : Framewise Total Error: 0.453103593043957 2021-12-03 21:27:50 | INFO : Framewise Chroma Precision: 0.7393088004566557 2021-12-03 21:27:50 | INFO : Framewise Chroma Recall: 0.7543681667462252 2021-12-03 21:27:50 | INFO : Framewise Chroma Accuracy: 0.5998382630727078 2021-12-03 21:27:50 | INFO : Framewise Chroma Substitution Error: 0.08479762617534213 2021-12-03 21:27:50 | INFO : Framewise Chroma Miss Error: 0.1608342070784328 2021-12-03 21:27:50 | INFO : Framewise Chroma False Alarm Error: 0.1860386196229702 2021-12-03 21:27:50 | INFO : Framewise Chroma Total Error: 0.43167045287674516