Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hila
/
RobustViT
like
11
Runtime error
App
Files
Files
Community
1a33535
RobustViT
/
SegmentationTest
/
utils
/
metric.py
Hila
init commit
7754b29
over 2 years ago
raw
Copy download link
history
blame
Safe
243 Bytes
class
Metric
(
object
):
"""Base class for all metrics.
From: https://github.com/pytorch/tnt/blob/master/torchnet/meter/meter.py
"""
def
reset
(
self
):
pass
def
add
(
self
):
pass
def
value
(
self
):
pass