没有合适的资源?快使用搜索试试~ 我知道了~
torch-metrics:pytorch中模型评估的指标
共32个文件
py:23个
yml:3个
gitignore:1个
需积分: 50 11 下载量 132 浏览量
2021-05-04
08:23:07
上传
评论
收藏 17KB ZIP 举报
温馨提示
火炬指标 PyTorch的模型评估指标 火炬指标作为自定义库,以提供Pytorch共同ML评价指标,类似于tf.keras.metrics 。 如,Pytorch没有用于模型评估指标的内置库torch.metrics 。 这类似于的指标库。 用法 pip install --upgrade torch-metrics from torch_metrics import Accuracy ## define metric ## metric = Accuracy ( from_logits = False ) y_pred = torch . tensor ([ 1 , 2 , 3 , 4 ]) y_true = torch . tensor ([ 0 , 2 , 3 , 4 ]) print ( metric ( y_pred , y_true )) ## define metri
资源推荐
资源详情
资源评论
收起资源包目录
torch-metrics-main.zip (32个子文件)
torch-metrics-main
.gitignore 97B
torch_metrics
regression
msle.py 776B
huber.py 983B
meaniou.py 897B
mse.py 243B
logcosh.py 738B
__init__.py 465B
rsquared.py 610B
mae.py 248B
rmse.py 327B
utils.py 526B
classification
f1.py 720B
dice.py 498B
kldivergence.py 1009B
__init__.py 420B
squarehinge.py 580B
pr.py 1KB
accuracy.py 1KB
hinge.py 540B
__init__.py 53B
README.md 2KB
.github
stale.yml 2KB
workflows
python-package.yml 1KB
dependabot.yml 125B
.pre-commit-config.yaml 662B
tests
test_classification_metrics.py 912B
test_regression_metrics.py 2KB
input_data.py 1KB
LICENSE 1KB
requirements.txt 106B
setup.py 380B
Makefile 292B
共 32 条
- 1
资源评论
仰光的瑞哥
- 粉丝: 18
- 资源: 4623
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功