gpt4 book ai didi

python - fastai - 绘图验证和训练准确性

转载 作者:行者123 更新时间:2023-12-05 00:45:54 24 4
gpt4 key购买 nike

我之前用过 Keras,然后我用这种方式绘制了数据集的训练和验证准确率——

plt.plot(history.history['accuracy'])
plt.plot(history.history['val_accuracy'])

我目前正在学习 fastai,并且已经绘制了训练和验证损失。但我不知道如何绘制验证准确度和训练准确度。

learn.recorder.plot_losses()

有人帮忙吗?

最佳答案

查看:https://forums.fast.ai/t/plotting-metrics-after-learning/69937/3

那里详细介绍了 Ignacio Oguiza 的函数 plot_metrics()。没有它,你会得到一个错误'Learner' object has no attribute 'plot_metrics'

一旦实现,您可以像 Sirynka 提到的那样调用 plot_metrics():

learn.recorder.plot_metrics()

你可能会得到一些漂亮的图表: enter image description here

关于python - fastai - 绘图验证和训练准确性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62519324/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com