AbstractPhil commited on
Commit
439d614
·
verified ·
1 Parent(s): 66d2df9

[OCTMNIST] 20250825-021124 | best_acc=0.4820

Browse files
Files changed (32) hide show
  1. .gitattributes +5 -0
  2. sweep/OCTMNIST/20250825-021124_OCTMNIST/README.md +10 -0
  3. sweep/OCTMNIST/20250825-021124_OCTMNIST/config.json +41 -0
  4. sweep/OCTMNIST/20250825-021124_OCTMNIST/history.csv +11 -0
  5. sweep/OCTMNIST/20250825-021124_OCTMNIST/history.json +110 -0
  6. sweep/OCTMNIST/20250825-021124_OCTMNIST/manifest.json +37 -0
  7. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/accuracy.png +0 -0
  8. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_bloodmnist_epoch_10.png +3 -0
  9. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_emnist_epoch_10.png +3 -0
  10. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_fashionmnist_epoch_9.png +3 -0
  11. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_kmnist_epoch_10.png +0 -0
  12. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_mnist_epoch_10.png +0 -0
  13. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_octmnist_epoch_9.png +0 -0
  14. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_pathmnist_epoch_10.png +3 -0
  15. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_qmnist_epoch_9.png +3 -0
  16. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_1.png +0 -0
  17. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_10.png +0 -0
  18. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_2.png +0 -0
  19. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_3.png +0 -0
  20. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_4.png +0 -0
  21. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_5.png +0 -0
  22. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_6.png +0 -0
  23. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_7.png +0 -0
  24. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_8.png +0 -0
  25. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_9.png +0 -0
  26. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/lambda.png +0 -0
  27. sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/loss_components.png +0 -0
  28. sweep/OCTMNIST/20250825-021124_OCTMNIST/tensorboard/events.out.tfevents.1756087230.5def8ea04e29.2559.8 +3 -0
  29. sweep/OCTMNIST/20250825-021124_OCTMNIST/tensorboard_events.zip +3 -0
  30. sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/constellation_OCTMNIST.safetensors +3 -0
  31. sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/diagnostic_head_OCTMNIST.safetensors +3 -0
  32. sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/encoder_OCTMNIST.safetensors +3 -0
.gitattributes CHANGED
@@ -598,3 +598,8 @@ sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_6.png filter=lfs
598
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text
599
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text
600
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
598
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text
599
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text
600
  sweep/PathMNIST/20250825-020020_PathMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text
601
+ sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_bloodmnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
602
+ sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_emnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
603
+ sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_fashionmnist_epoch_9.png filter=lfs diff=lfs merge=lfs -text
604
+ sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_pathmnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
605
+ sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_qmnist_epoch_9.png filter=lfs diff=lfs merge=lfs -text
sweep/OCTMNIST/20250825-021124_OCTMNIST/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pentachora Adaptive Encoded — 20250825-021124
2
+
3
+ **Dataset:** OCTMNIST
4
+
5
+ **Contents**
6
+ - `weights/*.safetensors` — encoder, constellation, diagnostic head
7
+ - `config.json`, `manifest.json`
8
+ - `history.json` / `history.csv`
9
+ - `tensorboard/` (and `tensorboard_events.zip`)
10
+ - `plots/` — accuracy, loss, λ, confusion
sweep/OCTMNIST/20250825-021124_OCTMNIST/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "augment": false,
3
+ "base_dim": 56,
4
+ "batch_size": 1024,
5
+ "channels": 24,
6
+ "dataset": "all",
7
+ "deterministic": true,
8
+ "deterministic_cublas": false,
9
+ "epochs": 10,
10
+ "hf_dataset_dir_template": "{dataset}",
11
+ "hf_preserve_case": true,
12
+ "hf_repo_id": "AbstractPhil/pentachora-multi-channel-frequency-encoded",
13
+ "hf_run_dir_template": "{ts}_{dataset}",
14
+ "hf_subdir_root": "sweep",
15
+ "hf_weight_suffix_dataset": true,
16
+ "img_channels": "auto",
17
+ "img_size": 28,
18
+ "input_channels": 1,
19
+ "input_dim": 784,
20
+ "lambda_separation": 0.391,
21
+ "loss_weight_scalar": 0.1,
22
+ "lr": 0.001,
23
+ "normalize": true,
24
+ "note": "",
25
+ "num_classes": 4,
26
+ "num_heads": 2,
27
+ "num_pentachoron_pairs": 2,
28
+ "per_dataset_norm": true,
29
+ "proj_dim": null,
30
+ "seed": 420,
31
+ "seed_per_dataset": false,
32
+ "strict_determinism": false,
33
+ "sweep_all": true,
34
+ "temp": 0.7,
35
+ "w_ce": 1.0,
36
+ "w_diag": 0.1,
37
+ "w_dual": 1.0,
38
+ "w_reg": 0.1,
39
+ "w_rose": 1.0,
40
+ "weight_decay": 1e-05
41
+ }
sweep/OCTMNIST/20250825-021124_OCTMNIST/history.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,train_loss,train_acc,test_acc,ce,dual,rose,diag,reg,lambda
2
+ 1,4.050663824695438,0.6406023985145214,0.479,1.1912921731487205,1.8956560471927237,0.7036862215616234,0.08178581440325824,2.5185080990489546,0.5061627626419067
3
+ 2,3.305442134805481,0.7718641320516635,0.472,0.9259577096306549,1.5395840958175238,0.5371690188295538,0.041758642408499656,2.9855544520464923,0.5096806287765503
4
+ 3,3.002149567752335,0.7852108702565733,0.481,0.7556697528413417,1.4398845453682632,0.5079331556880354,0.038282494007219864,2.9483386521604698,0.5120627284049988
5
+ 4,2.822169876082001,0.7885962842516696,0.466,0.6566491411765343,1.3833691590243975,0.4878523099069879,0.035482335705260236,2.9075103577477908,0.5140416622161865
6
+ 5,2.7020480765985466,0.7923407573068518,0.474,0.5970818627551677,1.3436879334364211,0.47061740273257835,0.03348787974758109,2.873120925222422,0.5146781206130981
7
+ 6,2.6087558500858012,0.7942488997404515,0.48,0.5566047806938756,1.3110023112125209,0.4533810413927422,0.031495931971485834,2.8461813349954563,0.5153120160102844
8
+ 7,2.532438620885357,0.7969572309365286,0.479,0.5287490186277977,1.282332278865059,0.4356444638357324,0.029442310606313284,2.827686327036005,0.5156686305999756
9
+ 8,2.4733506085984502,0.7988653733701283,0.477,0.5071544069343354,1.2596597807732952,0.4220377462175285,0.0280294515711994,2.816957353898654,0.5157462954521179
10
+ 9,2.431474524956474,0.8007324804825754,0.482,0.495028052422582,1.2418284056358548,0.4107932716133238,0.026725402564454385,2.811522605036939,0.5157893896102905
11
+ 10,2.405267930360285,0.8016968105296635,0.478,0.48620905526653396,1.2317293606852069,0.4038246654572766,0.026006951777945448,2.809041553319136,0.5157674551010132
sweep/OCTMNIST/20250825-021124_OCTMNIST/history.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ce": [
3
+ 1.1912921731487205,
4
+ 0.9259577096306549,
5
+ 0.7556697528413417,
6
+ 0.6566491411765343,
7
+ 0.5970818627551677,
8
+ 0.5566047806938756,
9
+ 0.5287490186277977,
10
+ 0.5071544069343354,
11
+ 0.495028052422582,
12
+ 0.48620905526653396
13
+ ],
14
+ "diag": [
15
+ 0.08178581440325824,
16
+ 0.041758642408499656,
17
+ 0.038282494007219864,
18
+ 0.035482335705260236,
19
+ 0.03348787974758109,
20
+ 0.031495931971485834,
21
+ 0.029442310606313284,
22
+ 0.0280294515711994,
23
+ 0.026725402564454385,
24
+ 0.026006951777945448
25
+ ],
26
+ "dual": [
27
+ 1.8956560471927237,
28
+ 1.5395840958175238,
29
+ 1.4398845453682632,
30
+ 1.3833691590243975,
31
+ 1.3436879334364211,
32
+ 1.3110023112125209,
33
+ 1.282332278865059,
34
+ 1.2596597807732952,
35
+ 1.2418284056358548,
36
+ 1.2317293606852069
37
+ ],
38
+ "lambda": [
39
+ 0.5061627626419067,
40
+ 0.5096806287765503,
41
+ 0.5120627284049988,
42
+ 0.5140416622161865,
43
+ 0.5146781206130981,
44
+ 0.5153120160102844,
45
+ 0.5156686305999756,
46
+ 0.5157462954521179,
47
+ 0.5157893896102905,
48
+ 0.5157674551010132
49
+ ],
50
+ "reg": [
51
+ 2.5185080990489546,
52
+ 2.9855544520464923,
53
+ 2.9483386521604698,
54
+ 2.9075103577477908,
55
+ 2.873120925222422,
56
+ 2.8461813349954563,
57
+ 2.827686327036005,
58
+ 2.816957353898654,
59
+ 2.811522605036939,
60
+ 2.809041553319136
61
+ ],
62
+ "rose": [
63
+ 0.7036862215616234,
64
+ 0.5371690188295538,
65
+ 0.5079331556880354,
66
+ 0.4878523099069879,
67
+ 0.47061740273257835,
68
+ 0.4533810413927422,
69
+ 0.4356444638357324,
70
+ 0.4220377462175285,
71
+ 0.4107932716133238,
72
+ 0.4038246654572766
73
+ ],
74
+ "test_acc": [
75
+ 0.479,
76
+ 0.472,
77
+ 0.481,
78
+ 0.466,
79
+ 0.474,
80
+ 0.48,
81
+ 0.479,
82
+ 0.477,
83
+ 0.482,
84
+ 0.478
85
+ ],
86
+ "train_acc": [
87
+ 0.6406023985145214,
88
+ 0.7718641320516635,
89
+ 0.7852108702565733,
90
+ 0.7885962842516696,
91
+ 0.7923407573068518,
92
+ 0.7942488997404515,
93
+ 0.7969572309365286,
94
+ 0.7988653733701283,
95
+ 0.8007324804825754,
96
+ 0.8016968105296635
97
+ ],
98
+ "train_loss": [
99
+ 4.050663824695438,
100
+ 3.305442134805481,
101
+ 3.002149567752335,
102
+ 2.822169876082001,
103
+ 2.7020480765985466,
104
+ 2.6087558500858012,
105
+ 2.532438620885357,
106
+ 2.4733506085984502,
107
+ 2.431474524956474,
108
+ 2.405267930360285
109
+ ]
110
+ }
sweep/OCTMNIST/20250825-021124_OCTMNIST/manifest.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_names": [
3
+ "choroidal neovascularization",
4
+ "diabetic macular edema",
5
+ "drusen",
6
+ "normal"
7
+ ],
8
+ "dataset_name": "OCTMNIST",
9
+ "environment": {
10
+ "cpu_count": 96,
11
+ "cuda_available": false,
12
+ "cuda_device": null,
13
+ "memory_gb": 334.56,
14
+ "platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
15
+ "python": "3.12.11 (main, Jun 4 2025, 08:56:18) [GCC 11.4.0]",
16
+ "torch": "2.8.0+cpu"
17
+ },
18
+ "models": {
19
+ "constellation": {
20
+ "params": 15889
21
+ },
22
+ "diagnostic_head": {
23
+ "params": 7681
24
+ },
25
+ "encoder": {
26
+ "params": 429897
27
+ }
28
+ },
29
+ "num_classes": 4,
30
+ "repo_id": "AbstractPhil/pentachora-multi-channel-frequency-encoded",
31
+ "results": {
32
+ "best_epoch": 9,
33
+ "best_test_accuracy": 0.482
34
+ },
35
+ "subdirectory": "sweep/OCTMNIST/20250825-021124_OCTMNIST",
36
+ "timestamp": "20250825-021124"
37
+ }
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/accuracy.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_bloodmnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: fe44d16af47c3439d0b1cc1413e8effee068e4fb2547ee7bcba4bed6866faa2e
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_emnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: 96a2a77326082bb6a1a680531d362591a036b87d9d6265914149394687e7657a
  • Pointer size: 131 Bytes
  • Size of remote file: 315 kB
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_fashionmnist_epoch_9.png ADDED

Git LFS Details

  • SHA256: c66a07c8dcc4b110fa8a0c261bd145d418de46a05b0342966ad9681a7cdcf331
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_kmnist_epoch_10.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_mnist_epoch_10.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_octmnist_epoch_9.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_pathmnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: 9ad1340be43bbbc1a59892b89f4b0b9689d8dc66b936e4e2a403b235d879a941
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/best_confusion_qmnist_epoch_9.png ADDED

Git LFS Details

  • SHA256: b57b30e3d1834608dc5db9f2838c12e999dd4b7fcd6d4f0e85ddcd3c3b90d611
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_1.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_10.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_2.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_3.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_4.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_5.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_6.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_7.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_8.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/confusion_epoch_9.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/lambda.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/plots/loss_components.png ADDED
sweep/OCTMNIST/20250825-021124_OCTMNIST/tensorboard/events.out.tfevents.1756087230.5def8ea04e29.2559.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d36daf1781b44aa56367aea92f1b06a6120ccafce1614c27a789e5dc5024c7
3
+ size 275458
sweep/OCTMNIST/20250825-021124_OCTMNIST/tensorboard_events.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d95f9a0ee76bc752d65cea1c44fbf6da17d509ed7f0b0ef2098a46e5011040
3
+ size 89435
sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/constellation_OCTMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3084b07992c17a36471800489257b432394d3209ec68d21504312ace7e69722
3
+ size 66212
sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/diagnostic_head_OCTMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726b65e473e5229d304288581ff1920745bdeef9f460c866e5ec5e185ef616d6
3
+ size 31172
sweep/OCTMNIST/20250825-021124_OCTMNIST/weights/encoder_OCTMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7b0879c914a8dedca4c039f8177f6398eb3f0ad2ee2d982caef7f00496bb53
3
+ size 1731664