refactor(test_IVF): 更新模型路径变量
- 将 pth_path 变量的值从 "whaiFusion11-17-20-18" 修改为 "whaiFusion11-18-10-04" - 此修改更新了测试脚本中使用的模型版本
This commit is contained in:
parent
f28bb255f4
commit
a218392d1c
@ -17,7 +17,7 @@ current_time = datetime.datetime.now().strftime("%Y%m%d_%H%M%S")
|
||||
|
||||
|
||||
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
||||
pth_path = "whaiFusion11-17-20-18"
|
||||
pth_path = "whaiFusion11-18-10-04"
|
||||
ckpt_path= r"/home/star/whaiDir/PFCFuse/models/"+pth_path+".pth"
|
||||
print("path_pth:{}".format(ckpt_path))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user