BasicSR
BasicSR copied to clipboard
Fix memory leak problem in augment
In the original implementation of BasicSR, the augment function is implemented via inplace operations, which may cause memory leak problem.