theAIguy's picture
add triplet_margin_loss
bcbef87
raw
history blame
No virus
149 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("theAIguy/triplet_margin_loss")
launch_gradio_widget(module)