Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theAIguy
/
triplet_margin_loss
like
1
Sleeping
App
Files
Files
Community
cd29486
triplet_margin_loss
/
app.py
theAIguy
add triplet_margin_loss
bcbef87
over 2 years ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"theAIguy/triplet_margin_loss"
)
launch_gradio_widget(module)