MCPcopy Create free account

hub / github.com/cschenxiang/HCT-FFN / functions

Functions152 in github.com/cschenxiang/HCT-FFN

Method_set_filesystem
(self, dir_data)
code/data/rainheavy.py:17
Method_set_filesystem
(self, dir_data)
code/data/rainheavytest.py:17
Method_transform
(v, op)
code/model/__init__.py:160
Functionaugment
(*args, hflip=True, rot=True)
code/data/common.py:58
Functioncalc_psnr
(sr, hr, scale, rgb_range, benchmark=False)
code/utility.py:132
Functionconv1x1
1x1 convolution
code/model/common.py:122
Functionconv3x3
3x3 convolution with padding
code/model/common.py:116
Functiondefault_conv
(in_channels, out_channels, kernel_size, bias=True)
code/model/common.py:9
Methodforward
(self, x, weights)
code/model/hct-ffn.py:21
Methodforward
(self, s0, weights)
code/model/hct-ffn.py:41
Methodforward
(self, x)
code/model/hct-ffn.py:61
Methodforward
(self, x)
code/model/hct-ffn.py:86
Methodforward
(self, x, y)
code/model/hct-ffn.py:100
Methodforward
(self, x)
code/model/hct-ffn.py:118
Methodforward
(self, x)
code/model/hct-ffn.py:134
Methodforward
(self,x)
code/model/hct-ffn.py:146
Methodforward
(self, x, y)
code/model/hct-ffn.py:159
Methodforward
(self,x, prior)
code/model/hct-ffn.py:182
Methodforward
(self, x, res_feats)
code/model/hct-ffn.py:219
Methodforward
(self, x, res_feats)
code/model/hct-ffn.py:244
Methodforward
(self,x)
code/model/hct-ffn.py:291
Methodforward
(self, x, idx_scale)
code/model/__init__.py:39
Methodforward
(self, x)
code/model/common.py:64
Methodforward
(self, x)
code/model/common.py:110
Methodforward
(self, input)
code/model/common.py:136
Methodforward
(self, x)
code/model/common.py:174
Methodforward
(self, x)
code/model/common.py:184
Methodforward
(self, x)
code/model/common.py:194
Methodforward
(self, x)
code/model/common.py:204
Methodforward
(self, x)
code/model/common.py:245
Methodforward
(self, sr, hr, lr=None, detect_map=None)
code/loss/__init__.py:76
Methodforward
(self, img1, img2)
code/loss/ssim.py:47
Methodforward
(self, x)
code/util/rlutrans.py:20
Methodforward
(self, x)
code/util/rlutrans.py:40
Methodforward
(self, x)
code/util/rlutrans.py:74
Functionget_patch
(*args, patch_size=96, scale=1, multi_scale=False)
code/data/common.py:9
Functionmake_model
(args, parent=False)
code/model/hct-ffn.py:8
Functionmake_optimizer
(args, my_model)
code/utility.py:151
Functionmake_scheduler
(args, my_optimizer)
code/utility.py:172
Functionnormalize
(x)
code/util/tools.py:8
Functionnp2Tensor
(*args, rgb_range=255)
code/data/common.py:48
Functionquantize
(img, rgb_range)
code/utility.py:128
Functionreduce_mean
(x, axis=None, keepdim=False)
code/util/tools.py:78
Functionreduce_std
(x, axis=None, keepdim=False)
code/util/tools.py:86
Functionreduce_sum
(x, axis=None, keepdim=False)
code/util/tools.py:94
Methodreset
(self)
code/utility.py:38
Methodsave
(self, apath, epoch, is_best=False)
code/model/__init__.py:67
Methodsave
(self, apath)
code/loss/__init__.py:143
Functionset_channel
(*args, n_channels=3)
code/data/common.py:33
Methodset_scale
(self, idx_scale)
code/data/srdata.py:213
Functionset_template
(args)
code/template.py:1
Functionssim
(img1, img2, window_size = 11, size_average = True)
code/loss/ssim.py:65
← previous101–152 of 152, ranked by callers