From 11fd578838b83d8c4c3261bd647b3df65c702329 Mon Sep 17 00:00:00 2001 From: bagustris Date: Wed, 18 Sep 2024 21:21:30 +0900 Subject: [PATCH] update --- check.ini | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 check.ini diff --git a/check.ini b/check.ini deleted file mode 100644 index 3256a93..0000000 --- a/check.ini +++ /dev/null @@ -1,21 +0,0 @@ -[EXP] -root = ./ -name = results/exp_asvp -save = True -[DATA] -databases = ['train', 'test'] -train = ./data/asvp-esd/asvp_train.csv -train.type = csv -train.absolute_path = False -train.split_strategy = train -test = ./data/asvp-esd/asvp_test.csv -test.type = csv -test.absolute_path = False -test.split_strategy = test -target = emotion -; no_reuse = True -labels =["boredom","neutral","happy", "sad","angry", "fear", "disgust", "surprise", "excited","pleasure","pain","disapointed","others"] -# check the filesize of all samples in train and test splits, in bytes -check_size = 1000 -# check if the files contain speech with voice activity detection (VAD) -check_vad = True \ No newline at end of file