BasicSR
BasicSR copied to clipboard
Error in basicsr/losses/losses.py
Error in line 194 : self.criterion = torch.nn.L2loss() When I fix it to: self.criterion = torch.nn.MSELoss() it works please fix it, thanks!
Maybe there is no defination of L2loss() or no registery, just add it yourself, not diffcult i think