This commit is contained in:
2026-08-05 16:59:16 +08:00
parent 4637af4f81
commit 17b5459ce1
5 changed files with 132 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if mode == "toy":
]
num_classes = len(label_name)
elif mode == "benchmark":
epoch = 50
epoch = 100 # convnext->100, resnet18->50
lr = 1e-4
batch_size = 8
input_size = 224