From ed9d4646ce42c166293263b595c6ed176e453bf0 Mon Sep 17 00:00:00 2001 From: Utkarsh Yashwant Tambe <89902664+utkarshtambe10@users.noreply.github.com> Date: Fri, 31 May 2024 13:20:36 +0530 Subject: [PATCH] updating MyTest.py Updating the import statement as the file and the import name differs which is causing the import error in the file., --- MyTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyTest.py b/MyTest.py index ac4dbe6..286e3f8 100644 --- a/MyTest.py +++ b/MyTest.py @@ -3,7 +3,7 @@ import numpy as np import os, argparse from scipy import misc -from lib.Fuzzy_Res2Net import FuzzyNet +from lib.FuzzyNet_Res2Net import FuzzyNet from utils.dataloader import test_dataset import imageio