Update methods/MSRNet/ops.py
Browse files- methods/MSRNet/ops.py +2 -0
methods/MSRNet/ops.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
| 2 |
import torch
|
| 3 |
import torch.nn as nn
|
| 4 |
import torch.nn.functional as F
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
| 3 |
+
|
| 4 |
import torch
|
| 5 |
import torch.nn as nn
|
| 6 |
import torch.nn.functional as F
|