Update methods/MSRNet/layers.py
Browse files- methods/MSRNet/layers.py +2 -0
methods/MSRNet/layers.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
| 3 |
import torch.nn.functional as F
|
|
|
|
| 1 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
| 2 |
+
#Modified by: Leena Alghamdi (https://github.com/linaagh98)
|
| 3 |
import torch
|
| 4 |
import torch.nn as nn
|
| 5 |
import torch.nn.functional as F
|