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

Update methods/MSRNet/layers.py

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