chore: 调整 heatmap 模型参数

This commit is contained in:
unanmed 2026-04-05 22:16:01 +08:00
parent b4f49e702d
commit 15cf564c2e

View File

@ -26,8 +26,8 @@ from .utils import nms_sampling
# 0. 墙壁热力图, 1. 怪物热力图, 2. 资源热力图, 3. 血瓶热力图, 4. 宝石热力图, 5. 钥匙热力图
# 6. 道具热力图, 7. 入口热力图, 8. 门热力图
BATCH_SIZE = 8
VAL_BATCH_DIVIDER = 8
BATCH_SIZE = 128
VAL_BATCH_DIVIDER = 64
NUM_CLASSES = 16
MASK_TOKEN = 15
GENERATE_STEP = 8