LLFlow
LLFlow copied to clipboard
Can not test the model
Hi authors,
I try to run the code to evaluate the model on the LOL dataset. I follow your command "python test.py --opt /media/vipl2/DATA_2/Min/LLFlow-main/code/confs/LOL_smallNet.yml ". However, I can not get the results. The terminal show as:
And, I already changed the link of the dataset inside the LOL_smallNet.yml file as:
Could you please show me how to fix and obtain the results?
Thank you before!
嗨作者, 我尝试运行代码来评估 LOL 数据集上的模型。我按照您的命令“python test.py --opt /media/vipl2/DATA_2/Min/LLFlow-main/code/confs/LOL_smallNet.yml”。但是,我无法得到结果。终端显示为: 并且,我已经将 LOL_smallNet.yml 文件中数据集的链接更改为: 您能告诉我如何修复并获得结果吗? 之前谢谢你!
![]()
hello,Sorry to bother you
I'm using test.py reported the following error, I don't know if you have encountered it
File "D:/Light pollution/LLFlow-main/codee/test.py", line 172, in main df.to_csv(path_out_measures, index=False) AttributeError: 'NoneType' object has no attribute 'to_csv'
I don't know how to solve this mistake.
+1
嗨作者, 我尝试运行代码来评估 LOL 数据集上的模型。我按照您的命令“python test.py --opt /media/vipl2/DATA_2/Min/LLFlow-main/code/confs/LOL_smallNet.yml”。但是,我无法得到结果。终端显示为: 并且,我已经将 LOL_smallNet.yml 文件中数据集的链接更改为: 您能告诉我如何修复并获得结果吗? 之前谢谢你!
![]()
hello,Sorry to bother you
I'm using test.py reported the following error, I don't know if you have encountered it
File "D:/Light pollution/LLFlow-main/codee/test.py", line 172, in main df.to_csv(path_out_measures, index=False) AttributeError: 'NoneType' object has no attribute 'to_csv'
I don't know how to solve this mistake.
you can try use test_unpaired.py
把这里改成右划线就对了
这个是不是多了