diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..500a6ba3bf0b1db9f15ebdb109bde9fb44e99345 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,24 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_19.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_1.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_10.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_11.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_12.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_13.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_14.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_15.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_16.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_17.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_18.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_19.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_2.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_20.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_3.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_4.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_5.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_6.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_7.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_8.png filter=lfs diff=lfs merge=lfs -text +FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_9.png filter=lfs diff=lfs merge=lfs -text diff --git a/FashionMNIST/20250817-124513_FashionMNIST/README.md b/FashionMNIST/20250817-124513_FashionMNIST/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bbad4f8b5b449e0ac4579ef767131848efa5069d --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/README.md @@ -0,0 +1,10 @@ +# Pentachora Adaptive Encoded — 20250817-124513 + +**Dataset:** FashionMNIST + +**Contents** +- `weights/*.safetensors` — encoder, constellation, diagnostic head +- `config.json`, `manifest.json` +- `history.json` / `history.csv` +- `tensorboard/` (and `tensorboard_events.zip`) +- `plots/` — accuracy, loss, λ, confusion diff --git a/FashionMNIST/20250817-124513_FashionMNIST/config.json b/FashionMNIST/20250817-124513_FashionMNIST/config.json new file mode 100644 index 0000000000000000000000000000000000000000..56da189a8ca849f57851bb90f4f3716b4697cf9c --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/config.json @@ -0,0 +1,40 @@ +{ + "augment": false, + "base_dim": 56, + "batch_size": 2048, + "channels": 12, + "dataset": "FashionMNIST", + "deterministic": true, + "deterministic_cublas": false, + "epochs": 20, + "hf_dataset_dir_template": "{dataset}", + "hf_preserve_case": true, + "hf_repo_id": "AbstractPhil/pentachora-multi-channel-frequency-encoded", + "hf_run_dir_template": "{ts}_{dataset}", + "hf_subdir_root": "", + "hf_weight_suffix_dataset": true, + "img_channels": "auto", + "img_size": 28, + "input_channels": 1, + "input_dim": 784, + "lambda_separation": 0.391, + "loss_weight_scalar": 0.1, + "lr": 0.005, + "normalize": true, + "num_classes": 10, + "num_heads": 2, + "num_pentachoron_pairs": 5, + "per_dataset_norm": true, + "proj_dim": null, + "seed": 42, + "seed_per_dataset": false, + "strict_determinism": false, + "sweep_all": false, + "temp": 0.7, + "w_ce": 1.0, + "w_diag": 0.1, + "w_dual": 1.0, + "w_reg": 0.1, + "w_rose": 1.0, + "weight_decay": 1e-05 +} \ No newline at end of file diff --git a/FashionMNIST/20250817-124513_FashionMNIST/history.csv b/FashionMNIST/20250817-124513_FashionMNIST/history.csv new file mode 100644 index 0000000000000000000000000000000000000000..ae8c745d6125eed07fc74d89e585bffbbd31940d --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/history.csv @@ -0,0 +1,21 @@ +epoch,train_loss,train_acc,test_acc,ce,dual,rose,diag,reg,lambda +1,4.581045346577962,0.65505,0.569,1.79536578057607,1.906296786371867,0.6232063512643178,0.1682295754313469,2.393534343846639,0.5252201557159424 +2,3.184708642323812,0.86185,0.8671,1.0451255083401998,1.4484223258972169,0.38817909960746766,0.04395659218629201,2.985860796610514,0.5368271470069885 +3,2.651916899108887,0.8963333333333333,0.8803,0.6246453009446462,1.3585492509841919,0.36239841674168904,0.02516564582387606,3.0380735699971515,0.5456594228744507 +4,2.4204279576619467,0.9086,0.8866,0.45244315034548443,1.3120699731826782,0.34680468033154804,0.022381538320581117,3.0687200382232667,0.5537734031677246 +5,2.3400670794169107,0.9093,0.8896,0.3972574530442556,1.2932787329355875,0.3391963570912679,0.02056543967227141,3.082780000305176,0.5606045722961426 +6,2.26584621442159,0.9159166666666667,0.8989,0.3550595703283946,1.2712194493611653,0.32872049870491027,0.019298172265291215,3.0891688700358073,0.5660994052886963 +7,2.19685187848409,0.9221333333333334,0.9138,0.3168634735743205,1.2506704198201497,0.3183409430503845,0.017008618534604707,3.092761817932129,0.5711539387702942 +8,2.1567310910542807,0.92765,0.8997,0.2959411792596181,1.2379553815205893,0.31206473026275633,0.015958867952227593,3.091739083099365,0.5735745429992676 +9,2.1154588090260824,0.93195,0.8995,0.27535727184613545,1.2242353624979654,0.30549575878779095,0.014933389227588972,3.088770934677124,0.5771065354347229 +10,2.074995615259806,0.9378833333333333,0.8981,0.2563256090482076,1.2097798730214437,0.2987541803518931,0.013886152049899101,3.087473325475057,0.5783528685569763 +11,2.052498097864787,0.9392666666666667,0.9107,0.24481656227111817,1.2015591679890951,0.2962767468293508,0.013620884865522384,3.084835378265381,0.5816358923912048 +12,2.017773112487793,0.9438833333333333,0.9106,0.22819734582901002,1.1911831155776977,0.2885843202431997,0.01208721483995517,3.085996545791626,0.5814465284347534 +13,1.9813891441980997,0.9499833333333333,0.9235,0.2088769556681315,1.1791398040771484,0.2838344121138255,0.011669844601551693,3.083709691238403,0.5824913382530212 +14,1.9487212978363038,0.9536666666666667,0.9239,0.19529303094546,1.1662939927419027,0.27777653958002724,0.010764323791861534,3.082812817128499,0.5822194218635559 +15,1.9263178263346354,0.9573833333333334,0.919,0.18537875762780506,1.157553773498535,0.27424411991437275,0.01013006310115258,3.0812814079284667,0.5820963978767395 +16,1.9056515989303588,0.9600666666666666,0.9248,0.17555428849856058,1.150467824935913,0.2704642096837362,0.009635908797880014,3.082016746266683,0.581404983997345 +17,1.8868018044789632,0.9628666666666666,0.9256,0.1669708377758662,1.142952556991577,0.26788444414138796,0.009358257759610812,3.080581365331014,0.5810701251029968 +18,1.8697911759058634,0.9658,0.9253,0.16011230279604594,1.1361427249908447,0.26459811714490256,0.0088861337830623,3.080493888473511,0.5808145999908447 +19,1.8582971676508586,0.9678333333333333,0.9261,0.15433769742647807,1.1323050596237183,0.26275464679400123,0.008670652744174003,3.0803267523447673,0.5804779529571533 +20,1.8518996182759604,0.9684666666666667,0.9257,0.15202350169817608,1.1295147415796916,0.2615018793106079,0.008398680044958988,3.0801965980529786,0.5804412961006165 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/history.json b/FashionMNIST/20250817-124513_FashionMNIST/history.json new file mode 100644 index 0000000000000000000000000000000000000000..eb0b749fb53cd311acb4d0413e1639022470bdea --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/history.json @@ -0,0 +1,200 @@ +{ + "ce": [ + 1.79536578057607, + 1.0451255083401998, + 0.6246453009446462, + 0.45244315034548443, + 0.3972574530442556, + 0.3550595703283946, + 0.3168634735743205, + 0.2959411792596181, + 0.27535727184613545, + 0.2563256090482076, + 0.24481656227111817, + 0.22819734582901002, + 0.2088769556681315, + 0.19529303094546, + 0.18537875762780506, + 0.17555428849856058, + 0.1669708377758662, + 0.16011230279604594, + 0.15433769742647807, + 0.15202350169817608 + ], + "diag": [ + 0.1682295754313469, + 0.04395659218629201, + 0.02516564582387606, + 0.022381538320581117, + 0.02056543967227141, + 0.019298172265291215, + 0.017008618534604707, + 0.015958867952227593, + 0.014933389227588972, + 0.013886152049899101, + 0.013620884865522384, + 0.01208721483995517, + 0.011669844601551693, + 0.010764323791861534, + 0.01013006310115258, + 0.009635908797880014, + 0.009358257759610812, + 0.0088861337830623, + 0.008670652744174003, + 0.008398680044958988 + ], + "dual": [ + 1.906296786371867, + 1.4484223258972169, + 1.3585492509841919, + 1.3120699731826782, + 1.2932787329355875, + 1.2712194493611653, + 1.2506704198201497, + 1.2379553815205893, + 1.2242353624979654, + 1.2097798730214437, + 1.2015591679890951, + 1.1911831155776977, + 1.1791398040771484, + 1.1662939927419027, + 1.157553773498535, + 1.150467824935913, + 1.142952556991577, + 1.1361427249908447, + 1.1323050596237183, + 1.1295147415796916 + ], + "lambda": [ + 0.5252201557159424, + 0.5368271470069885, + 0.5456594228744507, + 0.5537734031677246, + 0.5606045722961426, + 0.5660994052886963, + 0.5711539387702942, + 0.5735745429992676, + 0.5771065354347229, + 0.5783528685569763, + 0.5816358923912048, + 0.5814465284347534, + 0.5824913382530212, + 0.5822194218635559, + 0.5820963978767395, + 0.581404983997345, + 0.5810701251029968, + 0.5808145999908447, + 0.5804779529571533, + 0.5804412961006165 + ], + "reg": [ + 2.393534343846639, + 2.985860796610514, + 3.0380735699971515, + 3.0687200382232667, + 3.082780000305176, + 3.0891688700358073, + 3.092761817932129, + 3.091739083099365, + 3.088770934677124, + 3.087473325475057, + 3.084835378265381, + 3.085996545791626, + 3.083709691238403, + 3.082812817128499, + 3.0812814079284667, + 3.082016746266683, + 3.080581365331014, + 3.080493888473511, + 3.0803267523447673, + 3.0801965980529786 + ], + "rose": [ + 0.6232063512643178, + 0.38817909960746766, + 0.36239841674168904, + 0.34680468033154804, + 0.3391963570912679, + 0.32872049870491027, + 0.3183409430503845, + 0.31206473026275633, + 0.30549575878779095, + 0.2987541803518931, + 0.2962767468293508, + 0.2885843202431997, + 0.2838344121138255, + 0.27777653958002724, + 0.27424411991437275, + 0.2704642096837362, + 0.26788444414138796, + 0.26459811714490256, + 0.26275464679400123, + 0.2615018793106079 + ], + "test_acc": [ + 0.569, + 0.8671, + 0.8803, + 0.8866, + 0.8896, + 0.8989, + 0.9138, + 0.8997, + 0.8995, + 0.8981, + 0.9107, + 0.9106, + 0.9235, + 0.9239, + 0.919, + 0.9248, + 0.9256, + 0.9253, + 0.9261, + 0.9257 + ], + "train_acc": [ + 0.65505, + 0.86185, + 0.8963333333333333, + 0.9086, + 0.9093, + 0.9159166666666667, + 0.9221333333333334, + 0.92765, + 0.93195, + 0.9378833333333333, + 0.9392666666666667, + 0.9438833333333333, + 0.9499833333333333, + 0.9536666666666667, + 0.9573833333333334, + 0.9600666666666666, + 0.9628666666666666, + 0.9658, + 0.9678333333333333, + 0.9684666666666667 + ], + "train_loss": [ + 4.581045346577962, + 3.184708642323812, + 2.651916899108887, + 2.4204279576619467, + 2.3400670794169107, + 2.26584621442159, + 2.19685187848409, + 2.1567310910542807, + 2.1154588090260824, + 2.074995615259806, + 2.052498097864787, + 2.017773112487793, + 1.9813891441980997, + 1.9487212978363038, + 1.9263178263346354, + 1.9056515989303588, + 1.8868018044789632, + 1.8697911759058634, + 1.8582971676508586, + 1.8518996182759604 + ] +} \ No newline at end of file diff --git a/FashionMNIST/20250817-124513_FashionMNIST/manifest.json b/FashionMNIST/20250817-124513_FashionMNIST/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f9e3377798342b594e89c24d3e498b6759bd2b8b --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/manifest.json @@ -0,0 +1,43 @@ +{ + "class_names": [ + "fashion-T-shirt/top", + "fashion-Trouser", + "fashion-Pullover", + "fashion-Dress", + "fashion-Coat", + "fashion-Sandal", + "fashion-Shirt", + "fashion-Sneaker", + "fashion-Bag", + "fashion-Ankle boot" + ], + "dataset_name": "FashionMNIST", + "environment": { + "cpu_count": 12, + "cuda_available": true, + "cuda_device": "NVIDIA A100-SXM4-40GB", + "memory_gb": 83.48, + "platform": "Linux-6.1.123+-x86_64-with-glibc2.35", + "python": "3.11.13 (main, Jun 4 2025, 08:57:29) [GCC 11.4.0]", + "torch": "2.6.0+cu124" + }, + "models": { + "constellation": { + "params": 19093 + }, + "diagnostic_head": { + "params": 7681 + }, + "encoder": { + "params": 255393 + } + }, + "num_classes": 10, + "repo_id": "AbstractPhil/pentachora-multi-channel-frequency-encoded", + "results": { + "best_epoch": 19, + "best_test_accuracy": 0.9261 + }, + "subdirectory": "FashionMNIST/20250817-124513_FashionMNIST", + "timestamp": "20250817-124513" +} \ No newline at end of file diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/accuracy.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/accuracy.png new file mode 100644 index 0000000000000000000000000000000000000000..efa01f81e6d45400c6972cb9993b7e77c64d135f Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/accuracy.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_19.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_19.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5b767769ab54d7f89fc215431bcd1b41d42c2a --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaf8ffdde3e6396a7b402f9a2ceffb600984e4c709696c8c3d9c04bb25ca813 +size 130869 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_37.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_37.png new file mode 100644 index 0000000000000000000000000000000000000000..c527e3f2fc8d01d95ed9228895754cf058231058 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/best_confusion_epoch_37.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_1.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_1.png new file mode 100644 index 0000000000000000000000000000000000000000..69482583ac5423936f02efc84dd5ee2a078b0507 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d236d198fad98c50b76d50d61e7973e05f7081ca2c2901c589057f15831bacc3 +size 134692 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_10.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_10.png new file mode 100644 index 0000000000000000000000000000000000000000..3b00104835bca0d5aa542b8077689af2c2626bfb --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bbafd53306f409a4aa60de87fbb7e15b596774be7f64867d5d29b936cfcb37 +size 129154 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_11.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_11.png new file mode 100644 index 0000000000000000000000000000000000000000..49a9e496a1b6220759aa53894ebbaa910710e1e6 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87f14f88e9ddbb6f593eee555c330cc0c431ebd6807bb60223e8cdf4d00d131 +size 128706 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_12.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_12.png new file mode 100644 index 0000000000000000000000000000000000000000..1de34811ef798f6bfb5553a87f9134557d62259d --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36801aab552eba201db746a772c389c5e8cabc8d0ea43b9a40a64ab2eae11c8f +size 130442 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_13.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_13.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0e4c51e87a4b1d8bb610cbf5314f4e9cf8455c --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c52c41342842998bc0e02330e65c30636ea6e8c2e9979e0b4a8b6d0856e2e7 +size 130356 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_14.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_14.png new file mode 100644 index 0000000000000000000000000000000000000000..4dbda12567d4546a1fc6812cddbe2d83f95cb4ac --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f15c556101e8633ee2b99547babdfc94350300bfd229fb13efc237600ea5537 +size 129044 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_15.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_15.png new file mode 100644 index 0000000000000000000000000000000000000000..ad88238cc0729079e36d6f8151a125e8418a0728 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73275e3bb1d7b808636b74c2bf203244b997712819b7b6b2ce525f7491f32de7 +size 128077 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_16.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_16.png new file mode 100644 index 0000000000000000000000000000000000000000..db1ec911d8fd6873e1867439ec5afefaef099f24 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6e761de957e22de4b9d71aa25995771e68766b3f4de0da07ee4bf40da7d1e6 +size 129617 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_17.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_17.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9083fc4a691d41cf713cabc45f3b24421247e3 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d00af654aa124f23fc5e9b7bf209e81fa482af867b6a7ad4de6a892a0fe0c95 +size 129424 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_18.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_18.png new file mode 100644 index 0000000000000000000000000000000000000000..410b1b3cf084ebcf076844d5dee1ec0329f9a626 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f7a5cb0a82cc4a046e03b83f80f8fa7a24543c7bb954ce48f3755eb33169d0 +size 130165 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_19.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_19.png new file mode 100644 index 0000000000000000000000000000000000000000..8457e917dec16bf652237051a01e56fb27b86050 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1afd6126a12836efcf750b03d6001a5504129a0139fdafb5758cead63ae81f4 +size 130080 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_2.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_2.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd86add960aeb9defe9463e56aec414de5dcac5 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bc09a4cdd4e2f888853c788cf78ee7f39ef00d0cea356f45e492248a375943 +size 132602 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_20.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_20.png new file mode 100644 index 0000000000000000000000000000000000000000..3f70b0acb7bab77bd2924e841025534b0186501c --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4f42fae65b10425587caab2138bcc842d2b9646b1f453436b73571c48469a2 +size 128790 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_21.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_21.png new file mode 100644 index 0000000000000000000000000000000000000000..7deb740d4685097a4ed478145b3de6833c60f712 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_21.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_22.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_22.png new file mode 100644 index 0000000000000000000000000000000000000000..2019d8b8d4c02647e1aec82a402954e25c0ab3f2 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_22.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_23.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_23.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5de217196c25a65d13739335193c248f2d961d Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_23.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_24.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_24.png new file mode 100644 index 0000000000000000000000000000000000000000..4eccb153cce28766ac4132846159a16567da4a7f Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_24.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_25.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_25.png new file mode 100644 index 0000000000000000000000000000000000000000..4178637c6ce5f2c75ba64554d38b68385e7910ee Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_25.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_26.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_26.png new file mode 100644 index 0000000000000000000000000000000000000000..4044d488910dc78ad711c427ccfd1008dc4ed574 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_26.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_27.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_27.png new file mode 100644 index 0000000000000000000000000000000000000000..46151ea3271d4dad56c6c0e6634a737bb5352816 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_27.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_28.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_28.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6349e935efab230e836ad78dc9bf4056304bca Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_28.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_29.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_29.png new file mode 100644 index 0000000000000000000000000000000000000000..3661f8dbdef8de6d9d8784635cb28f2f34dd89d2 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_29.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_3.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_3.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb210c1529edeaab35ab677e8f739893606389e --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740a626140360480a65e1e9226de3a288b8d4bd871e193d6a980ed0e374f1d97 +size 130034 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_30.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_30.png new file mode 100644 index 0000000000000000000000000000000000000000..d68e21deacfdf8481ef627e386da085803d0d191 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_30.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_31.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_31.png new file mode 100644 index 0000000000000000000000000000000000000000..722d65ad39a284997b4777ec61056e1c9703f203 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_31.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_32.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_32.png new file mode 100644 index 0000000000000000000000000000000000000000..538920da4f34aec145d66278fa9cf9083ab36dc6 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_32.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_33.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_33.png new file mode 100644 index 0000000000000000000000000000000000000000..abaa0786c7ae928da68bc5e114c0d4b0b78ab811 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_33.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_34.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_34.png new file mode 100644 index 0000000000000000000000000000000000000000..1b289c30a180f30f81698b1511dcda2e1cdf1117 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_34.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_35.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_35.png new file mode 100644 index 0000000000000000000000000000000000000000..a8e576c7da5d67457b0e850936a3dfbe68256f2b Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_35.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_36.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_36.png new file mode 100644 index 0000000000000000000000000000000000000000..98b3ad8ad9026b4c221ead8c83df297c2eb06102 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_36.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_37.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_37.png new file mode 100644 index 0000000000000000000000000000000000000000..920c6958d3e69e44d99b546c10b379153337dd73 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_37.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_38.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_38.png new file mode 100644 index 0000000000000000000000000000000000000000..90337838e9b318e3caef2968dae7c80b38871264 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_38.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_39.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_39.png new file mode 100644 index 0000000000000000000000000000000000000000..8d574d38262667c6dd3da42be1c8d41e01c2138a Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_39.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_4.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_4.png new file mode 100644 index 0000000000000000000000000000000000000000..dd59a31fa7f9aa0a24019e26cb5978ab158cb597 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9f69861c4663bb643b78a312f0e0e3edbd287b7b481ad3d461874004cdc09b +size 129688 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_40.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_40.png new file mode 100644 index 0000000000000000000000000000000000000000..0aebbf0afbefc318ea9e52646a0664f489deffb9 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_40.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_41.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_41.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c87e68a7911c84ee65ee659d909a8287d4cabd Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_41.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_42.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_42.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5406e784f1f6d10ddda0905b98d305c81972a1 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_42.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_43.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_43.png new file mode 100644 index 0000000000000000000000000000000000000000..9ceebae9edbfd2096f52c44594302c8f127dcc17 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_43.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_44.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_44.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6b3c7bee997069ff22b9ff2e8f66948c947d6b Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_44.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_45.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_45.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0b5703167ff95569b38232ce8501f8fb9bea2 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_45.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_46.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_46.png new file mode 100644 index 0000000000000000000000000000000000000000..3c64705ae8a3eccebba8f77dbdf73af3a9ef441e Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_46.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_47.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_47.png new file mode 100644 index 0000000000000000000000000000000000000000..14699d9e422cdbcf23d16e10dd7a21adecbf9f6b Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_47.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_48.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_48.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc3af8520252347d9c82360d30264f6450a24f2 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_48.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_49.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_49.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5a80e40743ecd30fc0b3ef62ba5432d6e0c49b Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_49.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_5.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_5.png new file mode 100644 index 0000000000000000000000000000000000000000..dad1a40ec7752a08052d0acbbb56f787a8c3b9ad --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e733a4092b4d6313b2568b862fd40205f3f70555d6dab7c2b1c8faf065df1a13 +size 130461 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_50.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_50.png new file mode 100644 index 0000000000000000000000000000000000000000..bebfb7f3429ff776ed2dc7111e2f35207f8b3b13 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_50.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_6.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_6.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6e386597c983958d4a8f522741481c3fb1571a --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf66a36497c7b6323123ef12c22d3fd78f14dd2349c121429ad0a4c25f28f9f6 +size 129900 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_7.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_7.png new file mode 100644 index 0000000000000000000000000000000000000000..e2952d1c320e7fff7f037ca07de9c554f7c33ffd --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32771e89d4364e98de7b364ee384f02721ba8567e744ff4c5d06e1bebdf7ff1c +size 131652 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_8.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_8.png new file mode 100644 index 0000000000000000000000000000000000000000..f08b3bb46246d9d4d73c7e9c88346d60e6f48775 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1638a851f09ba89c8130b6fbe421c15b97a26b95ec4b94818d41f4aec04c9ff +size 130511 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_9.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_9.png new file mode 100644 index 0000000000000000000000000000000000000000..622c8554f788d69fd7b5df0680635c8f16caf1a4 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/plots/confusion_epoch_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c47e1742c922b5c753ae44a25ddb8118886e37abc7d0c11e4b6c5a90794b88 +size 129147 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/lambda.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/lambda.png new file mode 100644 index 0000000000000000000000000000000000000000..391dd5291b43e43f536d5db4db38a1694151bc92 Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/lambda.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/plots/loss_components.png b/FashionMNIST/20250817-124513_FashionMNIST/plots/loss_components.png new file mode 100644 index 0000000000000000000000000000000000000000..0a74cc4c414935f46980664bc68e7891e2dbdabc Binary files /dev/null and b/FashionMNIST/20250817-124513_FashionMNIST/plots/loss_components.png differ diff --git a/FashionMNIST/20250817-124513_FashionMNIST/tensorboard/events.out.tfevents.1755434524.5fef8660e4a5.11286.1 b/FashionMNIST/20250817-124513_FashionMNIST/tensorboard/events.out.tfevents.1755434524.5fef8660e4a5.11286.1 new file mode 100644 index 0000000000000000000000000000000000000000..51fbb0a037c48d7c96726f945284206ff4bcd2d5 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/tensorboard/events.out.tfevents.1755434524.5fef8660e4a5.11286.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3da87d222c0070658c737b39f9348a500d753ee4f832d3767c57f6537f49d10 +size 175064 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/tensorboard_events.zip b/FashionMNIST/20250817-124513_FashionMNIST/tensorboard_events.zip new file mode 100644 index 0000000000000000000000000000000000000000..85b1450f29fb5282b78e5fc0fc3376a80b5e518b --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/tensorboard_events.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3088986eddc8243f9254e35af6c2c126ec6cb7eca8b9c6e3d6dc535b03c46196 +size 58309 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/weights/constellation_FashionMNIST.safetensors b/FashionMNIST/20250817-124513_FashionMNIST/weights/constellation_FashionMNIST.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3c6d365034882f79c76f1f66ba43a6ec6d74ecb8 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/weights/constellation_FashionMNIST.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c93aeaa9ac55cb838660fe06626b530c0e92edad57c03128bf65f089cf0a5bd +size 79340 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/weights/diagnostic_head_FashionMNIST.safetensors b/FashionMNIST/20250817-124513_FashionMNIST/weights/diagnostic_head_FashionMNIST.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8aabedc9bf5726c0133ff2f38d0d8927ed143f50 --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/weights/diagnostic_head_FashionMNIST.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c3ccfc9fcdddf9163b1e1b61605ff9aa703909ec23a565dc5d2d30d603fb0c +size 31172 diff --git a/FashionMNIST/20250817-124513_FashionMNIST/weights/encoder_FashionMNIST.safetensors b/FashionMNIST/20250817-124513_FashionMNIST/weights/encoder_FashionMNIST.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..fea563fe952abba966ab79167ce892ba3e4a8bad --- /dev/null +++ b/FashionMNIST/20250817-124513_FashionMNIST/weights/encoder_FashionMNIST.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191d311d9bdbe67079b90d7276346e23a3d4a5cbe673f4f4c5f5e8280dd858fa +size 1032808