IssamLaradji / M-ADDA

Domain Adaptation Based on the Triplet Loss
113 stars 27 forks source link

Traceback (most recent call last): #2

Open lwpyh opened 5 years ago

lwpyh commented 5 years ago

I was running your code,and after I run your main.py,I got follow error. File "main.py", line 70, in for exp_name in args.expList: TypeError: 'NoneType' object is not iterable, How can I deal with it?

IssamLaradji commented 5 years ago

Hii, which python version are you using?

lazLiAizhen commented 1 year ago

你好,我正在运行您的代码,在运行您的main.py后,我遇到了以下错误。 文件 “main.py”,第 70 行,在 args.expList 中exp_name: TypeError: 'NoneType' 对象不可迭代, 我该如何处理它? 我的pytorch是1.13.1 python是3.7