Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HymEric/VSR-DUF-Reimplement
/ functions
Functions
13 in github.com/HymEric/VSR-DUF-Reimplement
⨍
Functions
13
◇
Types & classes
0
↓ 10 callers
Function
Conv3D
(input, kernel_shape, strides, padding, name='Conv3d', W_initializer=he_normal_init, bias=True)
utils.py:71
↓ 5 callers
Function
BatchNorm
https://github.com/zsdonghao/tensorlayer/blob/master/tensorlayer/layers.py https://github.com/ry/tensorflow-resnet/blob/master/resnet.py
utils.py:42
↓ 4 callers
Function
LoadImage
Load an image using PIL and convert it into specified color space, and return it as an numpy array. https://github.com/fchollet/keras/blob/ma
utils.py:7
↓ 2 callers
Function
Huber
(y_true, y_pred, delta, axis=None)
utils.py:109
↓ 2 callers
Function
get_x
(path)
mytrain.py:70
↓ 2 callers
Function
get_y
(path)
mytrain.py:80
↓ 1 callers
Function
DynFilter3D
3D Dynamic filtering input x: (b, t, h, w) F: (b, h, w, tower_depth, output_depth) filter_shape (ft, fh, fw)
utils.py:91
↓ 1 callers
Function
depth_to_space_3D
(x, block_size)
utils.py:81
↓ 1 callers
Function
freeze_graph
(check_point_folder,model_folder,pb_name)
mytrain.py:23
↓ 1 callers
Function
get_x
(path)
mytest.py:22
↓ 1 callers
Function
get_y
(path)
mytest.py:32
↓ 1 callers
Function
gkern
(kernlen=13, nsig=1.6)
mytrain.py:118
Function
mean_var_with_update
()
utils.py:60