linaa98 commited on
Commit
c6c1c33
·
verified ·
1 Parent(s): f346225

Update methods/MSRNet/ops.py

Browse files
Files changed (1) hide show
  1. 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