Olivier Moindrot
Results
1
issues of
Olivier Moindrot
The current implementation uses `tf.data` for the input pipeline and only create random batches. The triplet loss implementation accepts the following inputs: ```python def batch_all_triplet_loss(labels, embeddings, margin, squared=False): ``` where...
enhancement