Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MingtaoGuo/Calligraphic-Images-Denoising-by-GAN
/ functions
Functions
18 in github.com/MingtaoGuo/Calligraphic-Images-Denoising-by-GAN
⨍
Functions
18
◇
Types & classes
3
↓ 14 callers
Function
conv
(name, inputs, nums_out, ksize, strides, padding="SAME", is_SN=False)
ops.py:30
↓ 11 callers
Function
InstanceNorm
(inputs, name)
ops.py:23
↓ 4 callers
Function
leaky_relu
(x, slope=0.2)
ops.py:51
↓ 2 callers
Function
uconv
(name, inputs, nums_out, ksize, strides, padding="SAME")
ops.py:39
↓ 2 callers
Method
var
(self)
network.py:45
↓ 1 callers
Function
RDB
(inputs)
network.py:3
↓ 1 callers
Method
test
(self, test_path, para_path)
train.py:53
↓ 1 callers
Method
train
(self)
train.py:32
Method
__call__
(self, inputs_condition)
network.py:29
Method
__call__
(self, inputs, inputs_condition)
network.py:52
Method
__init__
(self, name)
network.py:26
Method
__init__
(self, name)
network.py:49
Method
__init__
(self, batch_size, img_h, img_w, img_c, lambd, epoch, clean_path, noised_path, save_path, epsilon, learning_ra
train.py:8
Function
batchnorm
(x, train_phase, scope_bn)
ops.py:4
Function
fully_connected
(name, inputs, nums_out)
ops.py:45
Function
mean_var_with_update
()
ops.py:13
Function
sobel
(inputs)
ops.py:54
Method
var
(self)
network.py:66