chelseaalex
Results
2
issues of
chelseaalex
train
1
 UnboundLocalError: local variable 'gen_net' referenced before assignment 请问 全局变量和局部变量冲突了? is the global variable conflict with the local variable... 
我发现了一个basicsr里的bug。 dataset的type是允许设为singleimage的,但是在进行singleimage处理的时候他计算psnr的时候却调用了一个需要传两个参数的计算函数来计算psnr,这个在singleimage里是不能实现的。 应该加一个判断。