AbstractPhil commited on
Commit
e44c99d
·
verified ·
1 Parent(s): 4309c0e

[OrganSMNIST] 20250825-022924 | best_acc=0.6766

Browse files
Files changed (39) hide show
  1. .gitattributes +18 -0
  2. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/README.md +10 -0
  3. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/config.json +41 -0
  4. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/history.csv +11 -0
  5. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/history.json +110 -0
  6. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/manifest.json +44 -0
  7. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/accuracy.png +0 -0
  8. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_bloodmnist_epoch_10.png +3 -0
  9. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_breastmnist_epoch_1.png +0 -0
  10. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_dermamnist_epoch_10.png +3 -0
  11. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_emnist_epoch_10.png +3 -0
  12. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_fashionmnist_epoch_9.png +3 -0
  13. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_kmnist_epoch_10.png +0 -0
  14. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_mnist_epoch_10.png +0 -0
  15. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_octmnist_epoch_9.png +0 -0
  16. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organamnist_epoch_10.png +3 -0
  17. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organcmnist_epoch_9.png +3 -0
  18. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organsmnist_epoch_10.png +3 -0
  19. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_pathmnist_epoch_10.png +3 -0
  20. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_pneumoniamnist_epoch_1.png +0 -0
  21. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_qmnist_epoch_9.png +3 -0
  22. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_retinamnist_epoch_4.png +0 -0
  23. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_1.png +0 -0
  24. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_10.png +3 -0
  25. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_2.png +3 -0
  26. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_3.png +3 -0
  27. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_4.png +3 -0
  28. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_5.png +3 -0
  29. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_6.png +3 -0
  30. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_7.png +3 -0
  31. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_8.png +3 -0
  32. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_9.png +3 -0
  33. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/lambda.png +0 -0
  34. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/loss_components.png +0 -0
  35. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/tensorboard/events.out.tfevents.1756088785.5def8ea04e29.2559.15 +3 -0
  36. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/tensorboard_events.zip +3 -0
  37. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/constellation_OrganSMNIST.safetensors +3 -0
  38. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/diagnostic_head_OrganSMNIST.safetensors +3 -0
  39. sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/encoder_OrganSMNIST.safetensors +3 -0
.gitattributes CHANGED
@@ -669,3 +669,21 @@ sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_6.png filter
669
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text
670
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text
671
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
669
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text
670
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text
671
  sweep/OrganCMNIST/20250825-022618_OrganCMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text
672
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_bloodmnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
673
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_dermamnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
674
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_emnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
675
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_fashionmnist_epoch_9.png filter=lfs diff=lfs merge=lfs -text
676
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organamnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
677
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organcmnist_epoch_9.png filter=lfs diff=lfs merge=lfs -text
678
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organsmnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
679
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_pathmnist_epoch_10.png filter=lfs diff=lfs merge=lfs -text
680
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_qmnist_epoch_9.png filter=lfs diff=lfs merge=lfs -text
681
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_10.png filter=lfs diff=lfs merge=lfs -text
682
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_2.png filter=lfs diff=lfs merge=lfs -text
683
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_3.png filter=lfs diff=lfs merge=lfs -text
684
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_4.png filter=lfs diff=lfs merge=lfs -text
685
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_5.png filter=lfs diff=lfs merge=lfs -text
686
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_6.png filter=lfs diff=lfs merge=lfs -text
687
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text
688
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text
689
+ sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pentachora Adaptive Encoded — 20250825-022924
2
+
3
+ **Dataset:** OrganSMNIST
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/OrganSMNIST/20250825-022924_OrganSMNIST/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": 11,
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/OrganSMNIST/20250825-022924_OrganSMNIST/history.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,train_loss,train_acc,test_acc,ce,dual,rose,diag,reg,lambda
2
+ 1,6.038381642115175,0.22896927935687625,0.08202107171179336,2.2849081889877296,2.5199705906171688,0.9888452068848271,0.08315428352812874,2.363422160651059,0.5028657913208008
3
+ 2,4.999356512430581,0.48262991673844385,0.09119746233148295,2.124291812350207,1.9477183220546,0.6326590026208734,0.031028691680843618,2.915845562458175,0.5051055550575256
4
+ 3,4.551402796351838,0.5877835199540626,0.15169366715758467,2.011378525831971,1.7388172688376038,0.5082148473700195,0.0188550204097446,2.9110670459362886,0.5072806477546692
5
+ 4,4.272055666439156,0.6472868217054264,0.52101506740682,1.9192645139403977,1.61708119909482,0.44298974535193486,0.0154249991699112,2.911776944956422,0.5084532499313354
6
+ 5,4.066902263733357,0.6920757967269595,0.5909142403987765,1.8401090080218516,1.5338745918419043,0.40073511354409175,0.011439060817595369,2.9103957479998805,0.5088043808937073
7
+ 6,3.923685308437802,0.7192793568762561,0.6577546165175031,1.7801447544431948,1.4776595137840094,0.37370350482030534,0.009299773052270612,2.9124753542956765,0.5087867975234985
8
+ 7,3.822061738713254,0.7364341085271318,0.6519768890902912,1.7329276189563125,1.441320791314328,0.35573435693063715,0.007379183962170014,2.9134114213007605,0.5088487267494202
9
+ 8,3.74696876192928,0.7499282227964399,0.6684037611872663,1.7005516198938893,1.412568424612566,0.3417832650075245,0.005940841924411972,2.91471392335544,0.508955180644989
10
+ 9,3.7006159986259948,0.7527275337352857,0.6741814886144784,1.6819319677120168,1.3940050238136448,0.332650498971835,0.004954890171806599,2.915330590169525,0.5089515447616577
11
+ 10,3.6851521169458215,0.7604794717197818,0.6765605528492127,1.6764732965819287,1.3872509221732188,0.3294221510275869,0.004604186839176737,2.91545348779381,0.5089518427848816
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/history.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ce": [
3
+ 2.2849081889877296,
4
+ 2.124291812350207,
5
+ 2.011378525831971,
6
+ 1.9192645139403977,
7
+ 1.8401090080218516,
8
+ 1.7801447544431948,
9
+ 1.7329276189563125,
10
+ 1.7005516198938893,
11
+ 1.6819319677120168,
12
+ 1.6764732965819287
13
+ ],
14
+ "diag": [
15
+ 0.08315428352812874,
16
+ 0.031028691680843618,
17
+ 0.0188550204097446,
18
+ 0.0154249991699112,
19
+ 0.011439060817595369,
20
+ 0.009299773052270612,
21
+ 0.007379183962170014,
22
+ 0.005940841924411972,
23
+ 0.004954890171806599,
24
+ 0.004604186839176737
25
+ ],
26
+ "dual": [
27
+ 2.5199705906171688,
28
+ 1.9477183220546,
29
+ 1.7388172688376038,
30
+ 1.61708119909482,
31
+ 1.5338745918419043,
32
+ 1.4776595137840094,
33
+ 1.441320791314328,
34
+ 1.412568424612566,
35
+ 1.3940050238136448,
36
+ 1.3872509221732188
37
+ ],
38
+ "lambda": [
39
+ 0.5028657913208008,
40
+ 0.5051055550575256,
41
+ 0.5072806477546692,
42
+ 0.5084532499313354,
43
+ 0.5088043808937073,
44
+ 0.5087867975234985,
45
+ 0.5088487267494202,
46
+ 0.508955180644989,
47
+ 0.5089515447616577,
48
+ 0.5089518427848816
49
+ ],
50
+ "reg": [
51
+ 2.363422160651059,
52
+ 2.915845562458175,
53
+ 2.9110670459362886,
54
+ 2.911776944956422,
55
+ 2.9103957479998805,
56
+ 2.9124753542956765,
57
+ 2.9134114213007605,
58
+ 2.91471392335544,
59
+ 2.915330590169525,
60
+ 2.91545348779381
61
+ ],
62
+ "rose": [
63
+ 0.9888452068848271,
64
+ 0.6326590026208734,
65
+ 0.5082148473700195,
66
+ 0.44298974535193486,
67
+ 0.40073511354409175,
68
+ 0.37370350482030534,
69
+ 0.35573435693063715,
70
+ 0.3417832650075245,
71
+ 0.332650498971835,
72
+ 0.3294221510275869
73
+ ],
74
+ "test_acc": [
75
+ 0.08202107171179336,
76
+ 0.09119746233148295,
77
+ 0.15169366715758467,
78
+ 0.52101506740682,
79
+ 0.5909142403987765,
80
+ 0.6577546165175031,
81
+ 0.6519768890902912,
82
+ 0.6684037611872663,
83
+ 0.6741814886144784,
84
+ 0.6765605528492127
85
+ ],
86
+ "train_acc": [
87
+ 0.22896927935687625,
88
+ 0.48262991673844385,
89
+ 0.5877835199540626,
90
+ 0.6472868217054264,
91
+ 0.6920757967269595,
92
+ 0.7192793568762561,
93
+ 0.7364341085271318,
94
+ 0.7499282227964399,
95
+ 0.7527275337352857,
96
+ 0.7604794717197818
97
+ ],
98
+ "train_loss": [
99
+ 6.038381642115175,
100
+ 4.999356512430581,
101
+ 4.551402796351838,
102
+ 4.272055666439156,
103
+ 4.066902263733357,
104
+ 3.923685308437802,
105
+ 3.822061738713254,
106
+ 3.74696876192928,
107
+ 3.7006159986259948,
108
+ 3.6851521169458215
109
+ ]
110
+ }
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/manifest.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_names": [
3
+ "bladder",
4
+ "femur-left",
5
+ "femur-right",
6
+ "heart",
7
+ "kidney-left",
8
+ "kidney-right",
9
+ "liver",
10
+ "lung-left",
11
+ "lung-right",
12
+ "pancreas",
13
+ "spleen"
14
+ ],
15
+ "dataset_name": "OrganSMNIST",
16
+ "environment": {
17
+ "cpu_count": 96,
18
+ "cuda_available": false,
19
+ "cuda_device": null,
20
+ "memory_gb": 334.56,
21
+ "platform": "Linux-6.1.123+-x86_64-with-glibc2.35",
22
+ "python": "3.12.11 (main, Jun 4 2025, 08:56:18) [GCC 11.4.0]",
23
+ "torch": "2.8.0+cpu"
24
+ },
25
+ "models": {
26
+ "constellation": {
27
+ "params": 16967
28
+ },
29
+ "diagnostic_head": {
30
+ "params": 7681
31
+ },
32
+ "encoder": {
33
+ "params": 429897
34
+ }
35
+ },
36
+ "num_classes": 11,
37
+ "repo_id": "AbstractPhil/pentachora-multi-channel-frequency-encoded",
38
+ "results": {
39
+ "best_epoch": 10,
40
+ "best_test_accuracy": 0.6765605528492127
41
+ },
42
+ "subdirectory": "sweep/OrganSMNIST/20250825-022924_OrganSMNIST",
43
+ "timestamp": "20250825-022924"
44
+ }
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/accuracy.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_bloodmnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: fe44d16af47c3439d0b1cc1413e8effee068e4fb2547ee7bcba4bed6866faa2e
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_breastmnist_epoch_1.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_dermamnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: 4f9465f52b0ccb0af3d64abfe8b975dc136437443589c0091aa68386d4063a91
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_emnist_epoch_10.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c66a07c8dcc4b110fa8a0c261bd145d418de46a05b0342966ad9681a7cdcf331
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_kmnist_epoch_10.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_mnist_epoch_10.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_octmnist_epoch_9.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organamnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: c52afb9ac8bb69a7416492483a5f16737cb476e1939e1e882c3399a282fa676f
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organcmnist_epoch_9.png ADDED

Git LFS Details

  • SHA256: 71021ae92a98b6ec7b020fdaa1bae46da6320b3309dd76ac07506ea840dd2ece
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_organsmnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: 8f096212418683142b01899f156374ed33e675c93c34831187983a295329b771
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_pathmnist_epoch_10.png ADDED

Git LFS Details

  • SHA256: 9ad1340be43bbbc1a59892b89f4b0b9689d8dc66b936e4e2a403b235d879a941
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_pneumoniamnist_epoch_1.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_qmnist_epoch_9.png ADDED

Git LFS Details

  • SHA256: b57b30e3d1834608dc5db9f2838c12e999dd4b7fcd6d4f0e85ddcd3c3b90d611
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/best_confusion_retinamnist_epoch_4.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_1.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_10.png ADDED

Git LFS Details

  • SHA256: db65571d5414210a777aea3ed97396636cb171bafa84cb5fcc3f430e67d7c7e0
  • Pointer size: 131 Bytes
  • Size of remote file: 124 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_2.png ADDED

Git LFS Details

  • SHA256: 482bb12660b46c0061b67fa849ee942c2e64bd8ac2cb1e250b9be2e2b234e762
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_3.png ADDED

Git LFS Details

  • SHA256: 186ee04bb27710f6340d390be7d1ad1eb05206ce22cf408507030decb0c149f2
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_4.png ADDED

Git LFS Details

  • SHA256: f5393284c696a131c799a1a1c2412565365b97c40802a8660f147dfbfac86587
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_5.png ADDED

Git LFS Details

  • SHA256: 4808597670402dd501ad4e2e36498b336e218c9fc1e9facce4ee69621e1e519d
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_6.png ADDED

Git LFS Details

  • SHA256: 2dd2351610cce4d223e59bc6a9e2fd05878790ae95cfdfef3b68fd888a8e8519
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_7.png ADDED

Git LFS Details

  • SHA256: d600f04e2604257ce4ccd3358b5a926696fb1fe2dbe1c822ff1ea5f72c98bcc6
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_8.png ADDED

Git LFS Details

  • SHA256: 1c1be1ee4f2dc54fabc103bca70cc8ad16a6c92ba2a639c178c8cba0a5227b51
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/confusion_epoch_9.png ADDED

Git LFS Details

  • SHA256: 6c70b6eac89dd9e4ccc55c44b3b8696aae7af40b20a2aa00a20f3d522edac19f
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/lambda.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/plots/loss_components.png ADDED
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/tensorboard/events.out.tfevents.1756088785.5def8ea04e29.2559.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c91cb09a159b458a570d8561314b28e43557ad24c8a6127411facd0d9d0d46
3
+ size 41758
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/tensorboard_events.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2327aa8addf6cc7035a4ad66ccde27400a465645c16c5901bc70d73c7be61886
3
+ size 14230
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/constellation_OrganSMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42775c74135e84473b0995b152ff6d34ef2a34d88df95e2bfa405b365e75fb8c
3
+ size 70860
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/diagnostic_head_OrganSMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3921a8738e988ee7b2de18b422fd7b24c7db2de1020696af7dbb6b468f16cc1
3
+ size 31172
sweep/OrganSMNIST/20250825-022924_OrganSMNIST/weights/encoder_OrganSMNIST.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7b0c357567666d862971359fd58f0cdb86aca6a86492de4ea500310bbd8979
3
+ size 1731664