progress push (15 files)
Browse files- README.md +28 -27
- comparison_plots/cifar10/accuracy_bar.png +2 -2
- comparison_plots/cifar10/accuracy_vs_energy_scatter.png +2 -2
- comparison_plots/cifar10/co2_bar.png +2 -2
- comparison_plots/cifar10/energy_bar.png +2 -2
- comparison_plots/cifar100/accuracy_bar.png +2 -2
- comparison_plots/cifar100/accuracy_vs_energy_scatter.png +2 -2
- comparison_plots/cifar100/co2_bar.png +2 -2
- comparison_plots/cifar100/energy_bar.png +2 -2
- comparison_plots/cross_dataset/accuracy_by_variant_across_datasets.png +2 -2
- comparison_plots/cross_dataset/energy_by_variant_across_datasets.png +2 -2
- comparison_plots/tiny_imagenet/accuracy_bar.png +2 -2
- comparison_plots/tiny_imagenet/accuracy_vs_energy_scatter.png +2 -2
- comparison_plots/tiny_imagenet/co2_bar.png +2 -2
- comparison_plots/tiny_imagenet/energy_bar.png +2 -2
README.md
CHANGED
|
@@ -23,7 +23,7 @@ Energy-aware training ablation study for **ResNet-50** across three image-classi
|
|
| 23 |
|
| 24 |
Each dataset has 15 training variants (8 individual-method M0..M7, 7 cumulative ablation C0..C6) at 50 epochs, plus a 5-variant deployment pipeline (FP32 baseline, structured pruning, pruning+finetune, INT8 quantization, pruned+INT8).
|
| 25 |
|
| 26 |
-
**Status**:
|
| 27 |
|
| 28 |
## Quick links
|
| 29 |
|
|
@@ -39,7 +39,7 @@ Each dataset has 15 training variants (8 individual-method M0..M7, 7 cumulative
|
|
| 39 |
| Dataset | Best variant | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (sec) |
|
| 40 |
|---|---|---|---|---|---|---|
|
| 41 |
| CIFAR-10 | M5_adaptive_lr_only | 0.9397 | — | 0.1556 | 0.0739 | 7368 |
|
| 42 |
-
| CIFAR-100 | M5_adaptive_lr_only | 0.7482 | 0.
|
| 43 |
| Tiny-ImageNet | C5_cache_amp_gradaccum_adaptivelr_l1 | 0.6742 | 0.8651 | 0.5231 | 0.2485 | 24653 |
|
| 44 |
|
| 45 |
## Cross-dataset comparison
|
|
@@ -64,6 +64,7 @@ How the same training variants behave across CIFAR-10, CIFAR-100, and Tiny-Image
|
|
| 64 |
|---|---|---|---|---|---|---|---|
|
| 65 |
| M0_baseline_fp32 | 50 | 0.8298 | — | 0.1590 | 0.0755 | 7588 | completed |
|
| 66 |
| M1_cache_only | 50 | 0.8543 | — | 0.1561 | 0.0741 | 7369 | completed |
|
|
|
|
| 67 |
| M3_grad_accum_only | 50 | 0.8720 | — | 0.1552 | 0.0737 | 7332 | completed |
|
| 68 |
| M4_l1_sparsity_only | 50 | 0.8387 | — | 0.1578 | 0.0750 | 7447 | completed |
|
| 69 |
| M5_adaptive_lr_only | 50 | 0.9397 | — | 0.1556 | 0.0739 | 7368 | completed |
|
|
@@ -96,26 +97,26 @@ How the same training variants behave across CIFAR-10, CIFAR-100, and Tiny-Image
|
|
| 96 |
|
| 97 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 98 |
|---|---|---|---|---|---|---|---|
|
| 99 |
-
| M0_baseline_fp32 | 50 | 0.5913 | 0.
|
| 100 |
-
| M1_cache_only | 50 | 0.5947 | 0.
|
| 101 |
-
| M2_amp_only | 50 | 0.6081 | 0.
|
| 102 |
-
| M3_grad_accum_only | 50 | 0.6228 | 0.
|
| 103 |
-
| M4_l1_sparsity_only | 50 | 0.5897 | 0.
|
| 104 |
-
| M5_adaptive_lr_only | 50 | 0.7482 | 0.
|
| 105 |
-
| M6_eag_only | 50 | 0.5821 | 0.
|
| 106 |
-
| M7_full_e2am | 50 | 0.7008 | 0.
|
| 107 |
|
| 108 |
**C-matrix (cumulative ablation)**
|
| 109 |
|
| 110 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 111 |
|---|---|---|---|---|---|---|---|
|
| 112 |
| C0_baseline | 50 | 0.5822 | 0.8628 | 0.1657 | 0.0787 | 7918 | completed |
|
| 113 |
-
| C1_cache | 50 | 0.5916 | 0.
|
| 114 |
-
| C2_cache_amp | 50 | 0.6307 | 0.
|
| 115 |
-
| C3_cache_amp_gradaccum | 50 | 0.6306 | 0.
|
| 116 |
-
| C4_cache_amp_gradaccum_adaptivelr | 50 | 0.6918 | 0.
|
| 117 |
-
| C5_cache_amp_gradaccum_adaptivelr_l1 | 50 | 0.6753 | 0.
|
| 118 |
-
| C6_full_e2am | 50 | 0.6753 | 0.
|
| 119 |
|
| 120 |

|
| 121 |
|
|
@@ -131,24 +132,24 @@ How the same training variants behave across CIFAR-10, CIFAR-100, and Tiny-Image
|
|
| 131 |
|
| 132 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 133 |
|---|---|---|---|---|---|---|---|
|
| 134 |
-
| M0_baseline_fp32 | 50 | 0.4187 | 0.
|
| 135 |
-
| M1_cache_only | 50 | 0.4027 | 0.
|
| 136 |
-
| M2_amp_only | 50 | 0.4889 | 0.
|
| 137 |
-
| M3_grad_accum_only | 50 | 0.5141 | 0.
|
| 138 |
| M4_l1_sparsity_only | 50 | 0.4112 | 0.6874 | 1.2378 | 0.5880 | 58649 | completed |
|
| 139 |
| M5_adaptive_lr_only | 50 | 0.6243 | 0.8426 | 1.1917 | 0.5661 | 56539 | completed |
|
| 140 |
-
| M6_eag_only | 50 | 0.3996 | 0.
|
| 141 |
-
| M7_full_e2am | 50 | 0.6641 | 0.
|
| 142 |
|
| 143 |
**C-matrix (cumulative ablation)**
|
| 144 |
|
| 145 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 146 |
|---|---|---|---|---|---|---|---|
|
| 147 |
-
| C0_baseline | 50 | 0.4121 | 0.
|
| 148 |
| C1_cache | 50 | 0.4213 | 0.7007 | 1.3177 | 0.6259 | 62533 | completed |
|
| 149 |
-
| C2_cache_amp | 50 | 0.4993 | 0.
|
| 150 |
| C3_cache_amp_gradaccum | 50 | 0.5505 | 0.7980 | 0.5049 | 0.2398 | 23604 | completed |
|
| 151 |
-
| C4_cache_amp_gradaccum_adaptivelr | 50 | 0.6667 | 0.
|
| 152 |
| C5_cache_amp_gradaccum_adaptivelr_l1 | 50 | 0.6742 | 0.8651 | 0.5231 | 0.2485 | 24653 | completed |
|
| 153 |
| C6_full_e2am | 49 | 0.6716 | 0.8621 | 0.5163 | 0.2453 | 24352 | completed |
|
| 154 |
|
|
@@ -162,7 +163,7 @@ How the same training variants behave across CIFAR-10, CIFAR-100, and Tiny-Image
|
|
| 162 |
|
| 163 |
## Deployment results
|
| 164 |
|
| 165 |
-
|
| 166 |
|
| 167 |
## Methodology
|
| 168 |
|
|
@@ -232,5 +233,5 @@ Each variant directory has a `config.yaml` with the exact configuration used. To
|
|
| 232 |
|
| 233 |
---
|
| 234 |
|
| 235 |
-
_This README was auto-generated on 2026-
|
| 236 |
_Source repo: Shanmuk4622/E2AM_ResNet50_
|
|
|
|
| 23 |
|
| 24 |
Each dataset has 15 training variants (8 individual-method M0..M7, 7 cumulative ablation C0..C6) at 50 epochs, plus a 5-variant deployment pipeline (FP32 baseline, structured pruning, pruning+finetune, INT8 quantization, pruned+INT8).
|
| 25 |
|
| 26 |
+
**Status**: 45 completed variants, 0 partial.
|
| 27 |
|
| 28 |
## Quick links
|
| 29 |
|
|
|
|
| 39 |
| Dataset | Best variant | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (sec) |
|
| 40 |
|---|---|---|---|---|---|---|
|
| 41 |
| CIFAR-10 | M5_adaptive_lr_only | 0.9397 | — | 0.1556 | 0.0739 | 7368 |
|
| 42 |
+
| CIFAR-100 | M5_adaptive_lr_only | 0.7482 | 0.9358 | 0.1587 | 0.0754 | 7578 |
|
| 43 |
| Tiny-ImageNet | C5_cache_amp_gradaccum_adaptivelr_l1 | 0.6742 | 0.8651 | 0.5231 | 0.2485 | 24653 |
|
| 44 |
|
| 45 |
## Cross-dataset comparison
|
|
|
|
| 64 |
|---|---|---|---|---|---|---|---|
|
| 65 |
| M0_baseline_fp32 | 50 | 0.8298 | — | 0.1590 | 0.0755 | 7588 | completed |
|
| 66 |
| M1_cache_only | 50 | 0.8543 | — | 0.1561 | 0.0741 | 7369 | completed |
|
| 67 |
+
| M2_amp_only | 50 | 0.8744 | — | 0.0622 | 0.0295 | 3006 | completed |
|
| 68 |
| M3_grad_accum_only | 50 | 0.8720 | — | 0.1552 | 0.0737 | 7332 | completed |
|
| 69 |
| M4_l1_sparsity_only | 50 | 0.8387 | — | 0.1578 | 0.0750 | 7447 | completed |
|
| 70 |
| M5_adaptive_lr_only | 50 | 0.9397 | — | 0.1556 | 0.0739 | 7368 | completed |
|
|
|
|
| 97 |
|
| 98 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 99 |
|---|---|---|---|---|---|---|---|
|
| 100 |
+
| M0_baseline_fp32 | 50 | 0.5913 | 0.8446 | 0.1569 | 0.0745 | 7414 | completed |
|
| 101 |
+
| M1_cache_only | 50 | 0.5947 | 0.8582 | 0.1567 | 0.0744 | 7415 | completed |
|
| 102 |
+
| M2_amp_only | 50 | 0.6081 | 0.8652 | 0.0702 | 0.0334 | 3377 | completed |
|
| 103 |
+
| M3_grad_accum_only | 50 | 0.6228 | 0.8766 | 0.1559 | 0.0741 | 7380 | completed |
|
| 104 |
+
| M4_l1_sparsity_only | 50 | 0.5897 | 0.8576 | 0.1581 | 0.0751 | 7475 | completed |
|
| 105 |
+
| M5_adaptive_lr_only | 50 | 0.7482 | 0.9358 | 0.1587 | 0.0754 | 7578 | completed |
|
| 106 |
+
| M6_eag_only | 50 | 0.5821 | 0.8440 | 0.1565 | 0.0743 | 7412 | completed |
|
| 107 |
+
| M7_full_e2am | 50 | 0.7008 | 0.9087 | 0.0648 | 0.0308 | 3123 | completed |
|
| 108 |
|
| 109 |
**C-matrix (cumulative ablation)**
|
| 110 |
|
| 111 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 112 |
|---|---|---|---|---|---|---|---|
|
| 113 |
| C0_baseline | 50 | 0.5822 | 0.8628 | 0.1657 | 0.0787 | 7918 | completed |
|
| 114 |
+
| C1_cache | 50 | 0.5916 | 0.8505 | 0.1621 | 0.0770 | 7754 | completed |
|
| 115 |
+
| C2_cache_amp | 50 | 0.6307 | 0.8665 | 0.0670 | 0.0318 | 3233 | completed |
|
| 116 |
+
| C3_cache_amp_gradaccum | 50 | 0.6306 | 0.8761 | 0.0659 | 0.0313 | 3188 | completed |
|
| 117 |
+
| C4_cache_amp_gradaccum_adaptivelr | 50 | 0.6918 | 0.9042 | 0.0659 | 0.0313 | 3190 | completed |
|
| 118 |
+
| C5_cache_amp_gradaccum_adaptivelr_l1 | 50 | 0.6753 | 0.8974 | 0.0667 | 0.0317 | 3225 | completed |
|
| 119 |
+
| C6_full_e2am | 50 | 0.6753 | 0.8974 | 0.0670 | 0.0318 | 3224 | completed |
|
| 120 |
|
| 121 |

|
| 122 |
|
|
|
|
| 132 |
|
| 133 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 134 |
|---|---|---|---|---|---|---|---|
|
| 135 |
+
| M0_baseline_fp32 | 50 | 0.4187 | 0.6629 | 1.2832 | 0.6095 | 60871 | completed |
|
| 136 |
+
| M1_cache_only | 50 | 0.4027 | 0.6637 | 1.2088 | 0.5742 | 57541 | completed |
|
| 137 |
+
| M2_amp_only | 50 | 0.4889 | 0.7445 | 0.5128 | 0.2436 | 24268 | completed |
|
| 138 |
+
| M3_grad_accum_only | 50 | 0.5141 | 0.7502 | 1.3058 | 0.6203 | 61979 | completed |
|
| 139 |
| M4_l1_sparsity_only | 50 | 0.4112 | 0.6874 | 1.2378 | 0.5880 | 58649 | completed |
|
| 140 |
| M5_adaptive_lr_only | 50 | 0.6243 | 0.8426 | 1.1917 | 0.5661 | 56539 | completed |
|
| 141 |
+
| M6_eag_only | 50 | 0.3996 | 0.6543 | 1.2605 | 0.5987 | 59534 | completed |
|
| 142 |
+
| M7_full_e2am | 50 | 0.6641 | 0.8580 | 0.5423 | 0.2576 | 25681 | completed |
|
| 143 |
|
| 144 |
**C-matrix (cumulative ablation)**
|
| 145 |
|
| 146 |
| Variant | Epochs | Top-1 | Top-5 | Energy (kWh) | CO₂ (kg) | Time (s) | Status |
|
| 147 |
|---|---|---|---|---|---|---|---|
|
| 148 |
+
| C0_baseline | 50 | 0.4121 | 0.6262 | 1.3775 | 0.6543 | 65154 | completed |
|
| 149 |
| C1_cache | 50 | 0.4213 | 0.7007 | 1.3177 | 0.6259 | 62533 | completed |
|
| 150 |
+
| C2_cache_amp | 50 | 0.4993 | 0.7211 | 0.4929 | 0.2341 | 22910 | completed |
|
| 151 |
| C3_cache_amp_gradaccum | 50 | 0.5505 | 0.7980 | 0.5049 | 0.2398 | 23604 | completed |
|
| 152 |
+
| C4_cache_amp_gradaccum_adaptivelr | 50 | 0.6667 | 0.8607 | 0.5437 | 0.2583 | 25771 | completed |
|
| 153 |
| C5_cache_amp_gradaccum_adaptivelr_l1 | 50 | 0.6742 | 0.8651 | 0.5231 | 0.2485 | 24653 | completed |
|
| 154 |
| C6_full_e2am | 49 | 0.6716 | 0.8621 | 0.5163 | 0.2453 | 24352 | completed |
|
| 155 |
|
|
|
|
| 163 |
|
| 164 |
## Deployment results
|
| 165 |
|
| 166 |
+
See `paper_tables/deployment_results_table.csv`.
|
| 167 |
|
| 168 |
## Methodology
|
| 169 |
|
|
|
|
| 233 |
|
| 234 |
---
|
| 235 |
|
| 236 |
+
_This README was auto-generated on 2026-07-02 08:14 UTC._
|
| 237 |
_Source repo: Shanmuk4622/E2AM_ResNet50_
|
comparison_plots/cifar10/accuracy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar10/accuracy_vs_energy_scatter.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar10/co2_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar10/energy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar100/accuracy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar100/accuracy_vs_energy_scatter.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar100/co2_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cifar100/energy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cross_dataset/accuracy_by_variant_across_datasets.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/cross_dataset/energy_by_variant_across_datasets.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/tiny_imagenet/accuracy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/tiny_imagenet/accuracy_vs_energy_scatter.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/tiny_imagenet/co2_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
comparison_plots/tiny_imagenet/energy_bar.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|