From 9224f9b640ddee1610eca4a172e516cb2aaad68f Mon Sep 17 00:00:00 2001 From: zjut Date: Sat, 16 Nov 2024 21:37:02 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了 test_IVF.py 文件中的模型路径 - 将旧路径 whaiFusion11-15-22-09.pth 更改为新路径 whaiFusion11-16-11-20.pth --- test_IVF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_IVF.py b/test_IVF.py index 148ed1f..467f7fb 100644 --- a/test_IVF.py +++ b/test_IVF.py @@ -17,7 +17,7 @@ current_time = datetime.datetime.now().strftime("%Y%m%d_%H%M%S") os.environ["CUDA_VISIBLE_DEVICES"] = "0" -ckpt_path= r"/home/star/whaiDir/PFCFuse/models/whaiFusion11-15-22-09.pth" +ckpt_path= r"/home/star/whaiDir/PFCFuse/models/whaiFusion11-16-11-20.pth" for dataset_name in ["sar"]: print("\n"*2+"="*80)