Skip to content

Commit

Permalink
add ini file for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Oct 19, 2023
1 parent f7dad1d commit 247b6b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/emodb/exp_os_svm.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[EXP]
root = ./
name = results/exp_emodb_os_svm
runs = 1
epochs = 1
save = True
[DATA]
databases = ['emodb']
emodb = ./data/emodb/emodb
emodb.split_strategy = specified
emodb.test_tables = ['emotion.categories.test.gold_standard']
emodb.train_tables = ['emotion.categories.train.gold_standard']
emodb.mapping = {'anger':'angry', 'happiness':'happy', 'sadness':'sad', 'neutral':'neutral'}
labels = ['angry', 'happy', 'neutral', 'sad']
target = emotion
[FEATS]
type = ['os']
scale = standard
[MODEL]
type = svm

0 comments on commit 247b6b7

Please sign in to comment.