Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MLEnthusiast/MHCLN
/ functions
Functions
68 in github.com/MLEnthusiast/MHCLN
⨍
Functions
68
◇
Types & classes
0
↓ 4 callers
Function
uniform
(stdev, size)
tflib/ops/linear.py:39
↓ 2 callers
Function
LeakyReLU
(x, alpha=0.2)
UCMD/trainer.py:73
↓ 2 callers
Function
LeakyReLU
(x, alpha=0.2)
AID/trainer.py:67
↓ 2 callers
Function
get_mAP
(neghbours_list, nrof_neighbors)
UCMD/eval.py:64
↓ 2 callers
Function
get_mAP
(neghbours_list, nrof_neighbors)
AID/eval.py:64
↓ 2 callers
Function
uniform
(stdev, size)
tflib/ops/deconv2d.py:41
↓ 2 callers
Function
uniform
(stdev, size)
tflib/ops/conv2d.py:55
↓ 1 callers
Function
_fused_batch_norm_training
()
tflib/ops/batchnorm.py:29
↓ 1 callers
Function
create_graph
Creates a graph from saved GraphDef file and returns a saver.
UCMD/extract_features.py:25
↓ 1 callers
Function
create_graph
Creates a graph from saved GraphDef file and returns a saver.
AID/extract_features.py:25
↓ 1 callers
Function
eval
(self)
UCMD/eval.py:136
↓ 1 callers
Function
eval
(self)
AID/eval.py:135
↓ 1 callers
Function
extract_feature
(image_filename)
UCMD/extract_features.py:35
↓ 1 callers
Function
extract_feature
(image_filename)
AID/extract_features.py:35
↓ 1 callers
Function
generate_test_train_set
(root_rgb)
UCMD/extract_features.py:46
↓ 1 callers
Function
generate_test_train_set
(root_rgb)
AID/extract_features.py:47
↓ 1 callers
Function
generate_train_test_set
(self)
UCMD/dataset_generator.py:12
↓ 1 callers
Function
generate_train_test_set
(self)
AID/dataset_generator.py:12
↓ 1 callers
Function
get_k_hamming_neighbours
(nrof_neighbors, enc_test, test_img, test_lab, index)
UCMD/eval.py:38
↓ 1 callers
Function
get_k_hamming_neighbours
(nrof_neighbors, enc_test, test_img, test_lab, index)
AID/eval.py:37
↓ 1 callers
Function
get_triplets
(training_samples, training_labels, nrof_classes, nrof_items_per_class)
UCMD/trainer.py:48
↓ 1 callers
Function
get_triplets
(training_samples, training_labels, nrof_classes, nrof_items_per_class)
AID/trainer.py:42
↓ 1 callers
Function
hamming_distance
(instance1, instance2)
UCMD/eval.py:35
↓ 1 callers
Function
hamming_distance
(instance1, instance2)
AID/eval.py:34
↓ 1 callers
Function
main_graph
(self)
UCMD/extract_features.py:108
↓ 1 callers
Function
main_graph
(self)
AID/extract_features.py:110
↓ 1 callers
Function
main_network
(inputs)
UCMD/trainer.py:76
↓ 1 callers
Function
main_network
(inputs)
AID/trainer.py:70
↓ 1 callers
Function
plot_or_save_singlelabel_images
(_neighbours, filename='')
UCMD/eval.py:80
↓ 1 callers
Function
plot_or_save_singlelabel_images
(_neighbours, filename='')
AID/eval.py:79
↓ 1 callers
Function
sample
(shape)
tflib/ops/linear.py:80
↓ 1 callers
Function
train
(self)
UCMD/trainer.py:106
↓ 1 callers
Function
train
(self)
AID/trainer.py:100
↓ 1 callers
Function
triplet_loss
(embeddings_0, anchor, positive, negative, alpha)
UCMD/trainer.py:87
↓ 1 callers
Function
triplet_loss
(embeddings_0, anchor, positive, negative, alpha)
AID/trainer.py:82
↓ 1 callers
Function
uniform
(stdev, size)
tflib/ops/conv1d.py:44
Function
Batchnorm
conditional batchnorm (dumoulin et al 2016) for BCHW conv filtermaps
tflib/ops/cond_batchnorm.py:6
Function
Batchnorm
(name, axes, inputs, is_training=None, stats_iter=None, update_moving_stats=True, fused=True)
tflib/ops/batchnorm.py:6
Function
Conv1D
inputs: tensor of shape (batch size, num channels, width) mask_type: one of None, 'a', 'b' returns: tensor of shape (batch size, num cha
tflib/ops/conv1d.py:11
Function
Conv2D
inputs: tensor of shape (batch size, num channels, height, width) mask_type: one of None, 'a', 'b' returns: tensor of shape (batch size,
tflib/ops/conv2d.py:20
Function
Deconv2D
inputs: tensor of shape (batch size, height, width, input_dim) returns: tensor of shape (batch size, 2*height, 2*width, output_dim)
tflib/ops/deconv2d.py:20
Function
Layernorm
(name, norm_axes, inputs)
tflib/ops/layernorm.py:6
Function
Linear
initialization: None, `lecun`, 'glorot', `he`, 'glorot_he', `orthogonal`, `("uniform", range)`
tflib/ops/linear.py:24
Function
_force_updates
Internal function forces updates moving_vars if is_training.
tflib/ops/batchnorm.py:59
Function
_fused_batch_norm_inference
()
tflib/ops/batchnorm.py:31
Function
alias_params
(replace_dict)
tflib/__init__.py:42
Function
delete_all_params
()
tflib/__init__.py:39
Function
delete_param_aliases
()
tflib/__init__.py:47
Function
disable_default_weightnorm
()
tflib/ops/linear.py:11
Function
enable_default_weightnorm
()
tflib/ops/conv1d.py:7
Function
enable_default_weightnorm
()
tflib/ops/linear.py:7
Function
enable_default_weightnorm
()
tflib/ops/deconv2d.py:7
Function
enable_default_weightnorm
()
tflib/ops/conv2d.py:7
Function
flush
()
tflib/plot.py:21
Function
param
A wrapper for `tf.Variable` which enables parameter sharing in models. Creates and returns theano shared variables similarly to `tf.Vari
tflib/__init__.py:10
Function
params_with_name
(name)
tflib/__init__.py:36
Function
plot
(name, value)
tflib/plot.py:18
Function
print_model_settings
(locals_)
tflib/__init__.py:101
Function
print_model_settings_dict
(settings)
tflib/__init__.py:109
Function
set_weights_stdev
(weights_stdev)
tflib/ops/linear.py:16
Function
set_weights_stdev
(weights_stdev)
tflib/ops/deconv2d.py:12
Function
set_weights_stdev
(weights_stdev)
tflib/ops/conv2d.py:12
Function
tick
()
tflib/plot.py:15
Function
top_k_accuracy
(neghbours_list, nrof_neighbors)
UCMD/eval.py:53
Function
top_k_accuracy
(neghbours_list, nrof_neighbors)
AID/eval.py:53
Function
unset_weights_stdev
()
tflib/ops/linear.py:20
Function
unset_weights_stdev
()
tflib/ops/deconv2d.py:16
Function
unset_weights_stdev
()
tflib/ops/conv2d.py:16