From e09cbf6a1afcf215e705b47b59eeac22fd9c06d0 Mon Sep 17 00:00:00 2001 From: Johnny Fernandes Date: Wed, 6 May 2026 12:42:22 +0100 Subject: [PATCH] Updating phase 4 classifier --- classifier/configs/phase4/p4_convnext_tiny_20pct.json | 6 ------ classifier/configs/phase4/p4_efficientnet_b0_20pct.json | 6 ------ classifier/configs/phase4/p4_resnet50_20pct.json | 6 ------ 3 files changed, 18 deletions(-) delete mode 100644 classifier/configs/phase4/p4_convnext_tiny_20pct.json delete mode 100644 classifier/configs/phase4/p4_efficientnet_b0_20pct.json delete mode 100644 classifier/configs/phase4/p4_resnet50_20pct.json diff --git a/classifier/configs/phase4/p4_convnext_tiny_20pct.json b/classifier/configs/phase4/p4_convnext_tiny_20pct.json deleted file mode 100644 index dfbec7b..0000000 --- a/classifier/configs/phase4/p4_convnext_tiny_20pct.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "_base.json", - "run_name": "p4_convnext_tiny_20pct", - "backbone": "convnext_tiny", - "subsample": 0.2 -} diff --git a/classifier/configs/phase4/p4_efficientnet_b0_20pct.json b/classifier/configs/phase4/p4_efficientnet_b0_20pct.json deleted file mode 100644 index 5ca57fe..0000000 --- a/classifier/configs/phase4/p4_efficientnet_b0_20pct.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "_base.json", - "run_name": "p4_efficientnet_b0_20pct", - "backbone": "efficientnet_b0", - "subsample": 0.2 -} diff --git a/classifier/configs/phase4/p4_resnet50_20pct.json b/classifier/configs/phase4/p4_resnet50_20pct.json deleted file mode 100644 index 3a5bff5..0000000 --- a/classifier/configs/phase4/p4_resnet50_20pct.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "_base.json", - "run_name": "p4_resnet50_20pct", - "backbone": "resnet50", - "subsample": 0.2 -}