From 39423c6a1445d5522abf29415a3ae47a7921f6b9 Mon Sep 17 00:00:00 2001 From: gongjy <2474590974@qq.com> Date: Fri, 20 Sep 2024 17:05:50 +0800 Subject: [PATCH] Updated some explanations --- 2-eval.py | 1 - 1 file changed, 1 deletion(-) diff --git a/2-eval.py b/2-eval.py index 5abdace..b7f13d0 100644 --- a/2-eval.py +++ b/2-eval.py @@ -55,7 +55,6 @@ def setup_seed(seed): torch.backends.cudnn.deterministic = True # 确保每次返回的卷积算法是确定的 torch.backends.cudnn.benchmark = False # 关闭 cuDNN 的自动调优,避免不确定性 - if __name__ == "__main__": # ----------------------------------------------------------------------------- out_dir = 'out'