fixes switchable #12

This commit is contained in:
ZZZJ 2025-11-04 16:40:11 +08:00
parent 9a38eca08a
commit af453c19b0
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import torch
import torch.nn as nn
import torch.nn.functional as F
# 定义输入尺寸 (N, C, H, W)
N, C, H, W = 16, 64, 32, 32
EPS = 1e-5