ramppdev commited on
Commit
4f34351
·
1 Parent(s): ba801f9

add conf and training results

Browse files
_best/dev.yaml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ml-accuracy:
2
+ Anth: 0.9706353443673251
3
+ Bio: 0.9508809396689802
4
+ Geo: 0.8510411105178858
5
+ Sil: 0.9583555792845702
6
+ all: 0.9327282434596903
7
+ ml-f1-micro:
8
+ Anth: 0.9706353443673251
9
+ Bio: 0.9508809396689802
10
+ Geo: 0.8510411105178857
11
+ Sil: 0.9583555792845702
12
+ all: 0.9327282434596903
13
+ ml-f1-macro:
14
+ Anth: 0.9701027011323622
15
+ Bio: 0.9508617641355553
16
+ Geo: 0.8394133823871512
17
+ Sil: 0.8236346516007533
18
+ all: 0.8960031248139555
19
+ ml-f1-weighted:
20
+ Anth: 0.9706119080649868
21
+ Bio: 0.9508871587609018
22
+ Geo: 0.8468652795820465
23
+ Sil: 0.9547344914299045
24
+ all: 0.93077470945946
25
+ dev_loss:
26
+ all: 0.18468653024007967
27
+ iteration: 10
_best/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506016b0dee0ba973eb54f7797f6b28497ed65d02747a9d0aa522042fb21fc7b
3
+ size 19835377
_best/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0353f8f3cd590c22556b873e221711bf165057e704cb221eb3c8d52848e8802e
3
+ size 39633220
_test/test_holistic.yaml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ml-accuracy:
2
+ Anth: 0.9853528628495339
3
+ Bio: 0.9427430093209055
4
+ Geo: 0.7696404793608522
5
+ Sil: 0.9116733244562805
6
+ all: 0.902352418996893
7
+ ml-f1-micro:
8
+ Anth: 0.9853528628495338
9
+ Bio: 0.9427430093209055
10
+ Geo: 0.7696404793608522
11
+ Sil: 0.9116733244562805
12
+ all: 0.902352418996893
13
+ ml-f1-macro:
14
+ Anth: 0.9769561143673973
15
+ Bio: 0.937078388485209
16
+ Geo: 0.7695603976552177
17
+ Sil: 0.803393227139678
18
+ all: 0.8717470319118755
19
+ ml-f1-weighted:
20
+ Anth: 0.9854084295674305
21
+ Bio: 0.9426173150715926
22
+ Geo: 0.769005545837607
23
+ Sil: 0.9028010916019895
24
+ all: 0.8999580955196549
25
+ loss:
26
+ all: 0.29107842086420826
conf/config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ defaults:
2
+ - _autrainer_
3
+ - _self_
4
+
5
+ results_dir: results
6
+ experiment_id: default
7
+ iterations: 30
8
+
9
+ hydra:
10
+ sweeper:
11
+ params:
12
+ +seed: 1
13
+ +batch_size: 16
14
+ +learning_rate: 0.001
15
+ dataset: EDANSA2019-32k
16
+ model: Cnn10-32k-T
17
+ optimizer: Adam
file_handler.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ $autrainer.datasets.utils.file_handlers.NumpyFileHandler==0.2.0: {}
inference_transform.yaml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ $autrainer.transforms.smart_compose.SmartCompose==0.2.0:
2
+ transforms: []
model.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ $autrainer.models.cnn_10.Cnn10==0.2.0:
2
+ output_dim: 4
3
+ sigmoid_output: false
4
+ sigmoid_predictions: false
5
+ segmentwise: false
6
+ in_channels: 1
7
+ transfer: https://zenodo.org/records/3987831/files/Cnn10_mAP%3D0.380.pth
target_transform.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ $autrainer.datasets.utils.target_transforms.MultiLabelEncoder==0.2.0:
2
+ threshold: 0.5
3
+ labels:
4
+ - Anth
5
+ - Bio
6
+ - Geo
7
+ - Sil