MCPcopy Create free account

hub / github.com/Ximilar-com/tf-metric-learning / types & classes

Types & classes22 in github.com/Ximilar-com/tf-metric-learning

↓ 6 callersClassAnnoyEvaluatorCallback
Callback, extracts embeddings, add them to AnnoyIndex and evaluate them as recall.
tf_metric_learning/utils/recall.py:9
↓ 6 callersClassTBProjectorCallback
Callback, extracts embeddings and add them to TensorBoard Projector.
tf_metric_learning/utils/projector.py:13
↓ 1 callersClassAnchorPositive
examples/npair.py:23
↓ 1 callersClassAnchorPositiveNegative
examples/triplet.py:20
↓ 1 callersClassClassificationLoss
Categorization loss function. (Softmax)
tf_metric_learning/layers/classification.py:8
↓ 1 callersClassContrastiveLoss
tf_metric_learning/layers/contrastive.py:8
↓ 1 callersClassContrastiveSequence
examples/contrastive.py:20
↓ 1 callersClassMultiSimilarityLoss
The original implementation was taken from: https://github.com/geonm/tf_ms_loss Use tf.keras.Input(shape=(1), name="input_labels") for input.
tf_metric_learning/layers/multisimilarity.py:6
↓ 1 callersClassNPairLoss
NPairLoss layer using tf.addons. Each pair in the batch must have unique label, that is why the labels are created as tf.range(batch_size
tf_metric_learning/layers/npair.py:7
↓ 1 callersClassPairReshapeLayer
Concat pairs to list and return this list with labels.
tf_metric_learning/layers/utils.py:8
↓ 1 callersClassProxyAnchorLoss
tf_metric_learning/layers/proxy_anchor.py:6
↓ 1 callersClassSoftTripleLoss
tf_metric_learning/layers/soft_triple.py:6
↓ 1 callersClassTripletAnnoyMiner
tf_metric_learning/miners/annoy.py:9
↓ 1 callersClassTripletLoss
tf_metric_learning/layers/triplet.py:7
ClassAnnoyDataIndex
tf_metric_learning/utils/index.py:10
ClassBaseMinerSequence
examples/base.py:17
ClassBatchSizeLayer
tf_metric_learning/layers/utils.py:47
ClassL2RegularizationLayer
tf_metric_learning/layers/utils.py:88
ClassPairNormalizeLayer
tf_metric_learning/layers/utils.py:63
ClassTaggingLoss
MultiLabel/Binary loss function. (Sigmoid)
tf_metric_learning/layers/classification.py:39
ClassTripletNormalizeLayer
tf_metric_learning/layers/utils.py:75
ClassTripletReshapeLayer
Concat triplets to list and return this list with labels.
tf_metric_learning/layers/utils.py:32