Update NAFNet_arch.py
parent
f2c97154b0
commit
8635f895da
|
@ -5,6 +5,12 @@
|
|||
'''
|
||||
Simple Baselines for Image Restoration
|
||||
|
||||
@article{chen2022simple,
|
||||
title={Simple Baselines for Image Restoration},
|
||||
author={Chen, Liangyu and Chu, Xiaojie and Zhang, Xiangyu and Sun, Jian},
|
||||
journal={arXiv preprint arXiv:2204.04676},
|
||||
year={2022}
|
||||
}
|
||||
'''
|
||||
|
||||
import torch
|
||||
|
|
Loading…
Reference in New Issue