Updating phase 4 classifier

This commit is contained in:
Johnny Fernandes
2026-05-06 12:42:22 +01:00
parent ac3d6e1f6d
commit e09cbf6a1a
3 changed files with 0 additions and 18 deletions
@@ -1,6 +0,0 @@
{
"extends": "_base.json",
"run_name": "p4_convnext_tiny_20pct",
"backbone": "convnext_tiny",
"subsample": 0.2
}
@@ -1,6 +0,0 @@
{
"extends": "_base.json",
"run_name": "p4_efficientnet_b0_20pct",
"backbone": "efficientnet_b0",
"subsample": 0.2
}
@@ -1,6 +0,0 @@
{
"extends": "_base.json",
"run_name": "p4_resnet50_20pct",
"backbone": "resnet50",
"subsample": 0.2
}