issues
search
Striveworks
/
valor
Valor is a centralized evaluation store which makes it easy to measure, explore, and rank model performance.
https://striveworks.github.io/valor/
Other
38
stars
4
forks
source link
Lite Shouldnt Return Numpy Types in metrics
#794
Closed
czaloom
closed
1 month ago
czaloom
commented
1 month ago
Issue
Some metrics were returning values with numpy types (e.g. np.float64). While not functionally wrong, the types are breaking serialization within chariot.
Fix
Ensure the conversion to basic python types when creating metrics.
Issue
Fix