From 803bbadaf90dc7ba2b16fd1d49a911648e9c946f Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 23 Dec 2021 15:15:30 +1100 Subject: [PATCH] Update hvt-s-2.json fix exp name for hvt-s-2 --- config/hvt-s-2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hvt-s-2.json b/config/hvt-s-2.json index 120e8d9..4992a6e 100644 --- a/config/hvt-s-2.json +++ b/config/hvt-s-2.json @@ -1,7 +1,7 @@ { "model": "hvt_model", "batch_size": 128, - "exp_name": "hvt-s-1", + "exp_name": "hvt-s-2", "input_size": 224, "patch_size": 16, "num_heads": 6, @@ -12,4 +12,4 @@ "pool_stride": 2, "pool_block_width": 6, "weight_decay": 0.025 -} \ No newline at end of file +}