You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 94, in <module>
network = eval(args.model.replace('-', '_'))()
File "<string>", line 1, in <module>
NameError: name 'MixDehazeNet_l' is not defined
感谢您的解答
The text was updated successfully, but these errors were encountered:
________________________________
发件人: LLMOON ***@***.***>
发送时间: 2024年3月1日 11:59
收件人: AmeryXiong/MixDehazeNet ***@***.***>
抄送: Subscribed ***@***.***>
主题: [AmeryXiong/MixDehazeNet] About test.py (Issue #11)
作者您好,请问使用下载好的预训练模型可以直接用来test吗
我按照[DehazeFormer]类似的命令运行test.py,一直显示出错,具体如下:
python test.py --model MixDehazeNet-l --dataset Haze4k --exp haze4k
Traceback (most recent call last):
File "test.py", line 94, in <module>
network = eval(args.model.replace('-', '_'))()
File "<string>", line 1, in <module>
NameError: name 'MixDehazeNet_l' is not defined
感谢您的解答
―
Reply to this email directly, view it on GitHub<#11>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYNYMOCWCEJEMLWNLNLYLRTYV74JRAVCNFSM6AAAAABEBCTVISVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DENJVGU4DGMA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
作者您好,请问使用下载好的预训练模型可以直接用来test吗
我按照[DehazeFormer]类似的命令运行test.py,一直显示出错,具体如下:
python test.py --model MixDehazeNet-l --dataset Haze4k --exp haze4k
Traceback (most recent call last):
File "test.py", line 94, in <module>
network = eval(args.model.replace('-', '_'))()
File "<string>", line 1, in <module>
NameError: name 'MixDehazeNet_l' is not defined
感谢您的解答
The text was updated successfully, but these errors were encountered: