Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ximilar-com/tf-metric-learning
/ functions
Functions
116 in github.com/Ximilar-com/tf-metric-learning
⨍
Functions
116
◇
Types & classes
22
Method
get_config
(self)
tf_metric_learning/layers/multisimilarity.py:22
Function
load_img
Normalizes images: `uint8` -> `float32`.
examples/npair.py:76
Function
load_img
Normalizes images: `uint8` -> `float32`.
examples/triplet.py:61
Function
load_img
Normalizes images: `uint8` -> `float32`.
examples/contrastive.py:61
Function
load_img_test
Normalizes images: `uint8` -> `float32`.
examples/classification.py:34
Function
load_img_test
Normalizes images: `uint8` -> `float32`.
examples/proxy_anchor.py:30
Function
load_img_train
Normalizes images: `uint8` -> `float32`.
examples/classification.py:18
Function
load_img_train
Normalizes images: `uint8` -> `float32`.
examples/proxy_anchor.py:18
Method
load_index_file
(self, file_path)
tf_metric_learning/utils/index.py:34
Function
normalize_images
(images)
examples/classification.py:45
Method
on_epoch_begin
(self, epoch, logs=None)
tf_metric_learning/utils/recall.py:40
Method
on_epoch_end
(self, epoch, logs=None)
tf_metric_learning/utils/projector.py:62
Method
search_easiest_negative_image
(self, image, label, n=20)
tf_metric_learning/miners/annoy.py:61
Method
search_easiest_positive_image
(self, image, label, n=20)
tf_metric_learning/miners/annoy.py:69
Method
search_hardest_negative_image
(self, image, label, n=20)
tf_metric_learning/miners/annoy.py:57
Method
search_hardest_positive_image
(self, image, label, n=20)
tf_metric_learning/miners/annoy.py:65
← previous
101–116 of 116, ranked by callers