Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaoYan/DnCNN-PyTorch
/ functions
Functions
14 in github.com/SaoYan/DnCNN-PyTorch
⨍
Functions
14
◇
Types & classes
2
↓ 3 callers
Function
batch_PSNR
(img, imclean, data_range)
utils.py:18
↓ 2 callers
Function
normalize
(data)
dataset.py:12
↓ 2 callers
Function
prepare_data
(data_path, patch_size, stride, aug_times=1)
dataset.py:30
↓ 1 callers
Function
Im2Patch
(img, win, stride=1)
dataset.py:15
↓ 1 callers
Function
data_augmentation
(image, mode)
utils.py:26
↓ 1 callers
Function
main
()
train.py:31
↓ 1 callers
Function
main
()
test.py:25
↓ 1 callers
Function
normalize
(data)
test.py:22
Method
__getitem__
(self, index)
dataset.py:87
Method
__init__
(self, channels, num_of_layers=17)
models.py:5
Method
__init__
(self, train=True)
dataset.py:75
Method
__len__
(self)
dataset.py:85
Method
forward
(self, x)
models.py:19
Function
weights_init_kaiming
(m)
utils.py:7