From ec0c054d2633c9af7fb84692590ff223221c986a Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Mon, 6 Oct 2025 17:10:10 +0800 Subject: [PATCH] =?UTF-8?q?test(early=5Fstopping):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84torch.utils.data=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_early_stopping.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_early_stopping.py b/tests/test_early_stopping.py index b342494..9fb5f99 100644 --- a/tests/test_early_stopping.py +++ b/tests/test_early_stopping.py @@ -1,6 +1,5 @@ import torch -from torch.utils.data import Dataset from khaosz.core import * from khaosz.trainer import * from khaosz.trainer.data_util import *