Shanmuk4622/E2AM_ResNet50
E2AM Ablation Results: ResNet-50 Energy-aware training ablation study for ResNet-50 across three image-classification datasets: CIFAR-10, CIFAR-100, and Tiny-ImageNet. 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). Status: 45 completed variants, 0 partial. Quick links… See the full description on the dataset page: https://huggingface.co/datasets/Shanmuk4622/E2AM_ResNet50.
21.1k
1{2 "runs": {3 "resnet50_cifar::cifar10::individual_methods::M1_cache_only": {4 "status": "completed",5 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M1_cache_only",6 "last_completed_epoch": 49,7 "best_accuracy": 0.8543,8 "updated_utc": "2026-05-17T05:48:34Z"9 },10 "resnet50_cifar::cifar10::individual_methods::M5_adaptive_lr_only": {11 "status": "completed",12 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M5_adaptive_lr_only",13 "last_completed_epoch": 49,14 "best_accuracy": 0.9397,15 "updated_utc": "2026-05-17T05:48:34Z"16 },17 "resnet50_cifar::cifar10::individual_methods::M4_l1_sparsity_only": {18 "status": "completed",19 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M4_l1_sparsity_only",20 "last_completed_epoch": 49,21 "best_accuracy": 0.8387,22 "updated_utc": "2026-05-17T05:48:34Z"23 },24 "resnet50_cifar::cifar10::individual_methods::M3_grad_accum_only": {25 "status": "completed",26 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M3_grad_accum_only",27 "last_completed_epoch": 49,28 "best_accuracy": 0.872,29 "updated_utc": "2026-05-17T05:48:34Z"30 },31 "resnet50_cifar::cifar10::individual_methods::M0_baseline_fp32": {32 "status": "completed",33 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M0_baseline_fp32",34 "last_completed_epoch": 49,35 "best_accuracy": 0.8298,36 "updated_utc": "2026-05-17T05:48:34Z"37 },38 "resnet50_cifar::cifar10::individual_methods::M6_eag_only": {39 "status": "completed",40 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/individual_methods/M6_eag_only",41 "last_completed_epoch": 49,42 "best_accuracy": 0.8452,43 "updated_utc": "2026-05-17T05:48:34Z"44 },45 "resnet50_cifar::cifar10::cumulative_ablation::C1_cache": {46 "status": "completed",47 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C1_cache",48 "last_completed_epoch": 49,49 "best_accuracy": 0.8452,50 "updated_utc": "2026-05-17T05:48:34Z"51 },52 "resnet50_cifar::cifar10::cumulative_ablation::C5_cache_amp_gradaccum_adaptivelr_l1": {53 "status": "completed",54 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C5_cache_amp_gradaccum_adaptivelr_l1",55 "last_completed_epoch": 49,56 "best_accuracy": 0.9151,57 "updated_utc": "2026-05-17T05:48:34Z"58 },59 "resnet50_cifar::cifar10::cumulative_ablation::C4_cache_amp_gradaccum_adaptivelr": {60 "status": "completed",61 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C4_cache_amp_gradaccum_adaptivelr",62 "last_completed_epoch": 49,63 "best_accuracy": 0.9084,64 "updated_utc": "2026-05-17T05:48:34Z"65 },66 "resnet50_cifar::cifar10::cumulative_ablation::C3_cache_amp_gradaccum": {67 "status": "completed",68 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C3_cache_amp_gradaccum",69 "last_completed_epoch": 49,70 "best_accuracy": 0.87,71 "updated_utc": "2026-05-17T05:48:34Z"72 },73 "resnet50_cifar::cifar10::cumulative_ablation::C6_full_e2am": {74 "status": "completed",75 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C6_full_e2am",76 "last_completed_epoch": 49,77 "best_accuracy": 0.9151,78 "updated_utc": "2026-05-17T05:48:34Z"79 },80 "resnet50_cifar::cifar10::cumulative_ablation::C0_baseline": {81 "status": "completed",82 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C0_baseline",83 "last_completed_epoch": 49,84 "best_accuracy": 0.8442,85 "updated_utc": "2026-05-17T05:48:34Z"86 },87 "resnet50_cifar::cifar10::cumulative_ablation::C2_cache_amp": {88 "status": "completed",89 "run_dir": "/kaggle/working/E2AM-ResNet50/cifar10/cumulative_ablation/C2_cache_amp",90 "last_completed_epoch": 49,91 "best_accuracy": 0.8595,92 "updated_utc": "2026-05-17T05:48:34Z"93 },94 "resnet50_smallstem::tiny_imagenet::individual_methods::M5_adaptive_lr_only": {95 "status": "running",96 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/individual_methods/M5_adaptive_lr_only",97 "last_completed_epoch": 20,98 "best_accuracy": 0.4222,99 "updated_utc": "2026-05-17T17:58:02Z"100 },101 "resnet50_smallstem::tiny_imagenet::individual_methods::M0_baseline_fp32": {102 "status": "running",103 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/individual_methods/M0_baseline_fp32",104 "last_completed_epoch": 20,105 "best_accuracy": 0.3871,106 "updated_utc": "2026-05-17T05:48:34Z"107 },108 "resnet50_smallstem::tiny_imagenet::cumulative_ablation::C0_baseline": {109 "status": "completed",110 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/cumulative_ablation/C0_baseline",111 "last_completed_epoch": 49,112 "best_accuracy": 0.4121,113 "updated_utc": "2026-05-17T05:48:34Z"114 },115 "resnet50_smallstem::tiny_imagenet::individual_methods::M2_amp_only": {116 "status": "completed",117 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/individual_methods/M2_amp_only",118 "last_completed_epoch": 49,119 "best_accuracy": 0.4889,120 "updated_utc": "2026-05-17T17:58:02Z"121 },122 "resnet50_smallstem::tiny_imagenet::cumulative_ablation::C2_cache_amp": {123 "status": "completed",124 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/cumulative_ablation/C2_cache_amp",125 "last_completed_epoch": 49,126 "best_accuracy": 0.4993,127 "updated_utc": "2026-05-17T17:58:02Z"128 },129 "resnet50_smallstem::tiny_imagenet::cumulative_ablation::C3_cache_amp_gradaccum": {130 "status": "running",131 "run_dir": "/kaggle/working/E2AM-ResNet50/tiny_imagenet/cumulative_ablation/C3_cache_amp_gradaccum",132 "last_completed_epoch": 36,133 "best_accuracy": 0.5283,134 "updated_utc": "2026-05-17T17:58:02Z"135 }136 },137 "schema": "e2am_v3",138 "updated_utc": "2026-05-17T06:49:47Z"139}