Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Raj-08/tensorflow-object-contour-detection
/ functions
Functions
14 in github.com/Raj-08/tensorflow-object-contour-detection
⨍
Functions
14
◇
Types & classes
0
↓ 21 callers
Function
conv
(input,k_h,k_w,c_o,s_h,s_w,name,relu=True,padding=DEFAULT_PADDING,group=1,biased=True)
ops.py:22
↓ 20 callers
Function
batch_normalization
(input, name, is_training, activation_fn=None, scale=True)
ops.py:11
↓ 5 callers
Function
unpool_with_argmax
(pool, ind, name = None, ksize=[1, 2, 2, 1])
ops.py:47
↓ 2 callers
Function
build_model
(input_img)
model_contour.py:4
↓ 2 callers
Function
make_var
Creates a new TensorFlow variable.
ops.py:7
↓ 1 callers
Function
load
(saver, sess, ckpt_path)
eval.py:34
↓ 1 callers
Function
load
(saver, sess, ckpt_path)
train.py:62
↓ 1 callers
Function
random_crop_and_pad_image
(image, crop_h, crop_w, ignore_label=255)
utils.py:17
↓ 1 callers
Function
random_crop_and_pad_image_and_labels
(image, label, crop_h, crop_w, ignore_label=255)
utils.py:2
↓ 1 callers
Function
save
(saver, sess, logdir, step)
train.py:52
Function
dropout
(input, name)
ops.py:63
Function
main
(unused_argv)
train.py:66
Function
relu
(input)
ops.py:41
Function
sigmoid
(input, name)
ops.py:44