make_plots2.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:sr 作者: chutsu 项目源码 文件源码
def plot_convergence_data(errors, label):
    error_line, = plt.plot(errors, label=label)
    # plt.xlim([0, 100])
    plt.xlim([100, 1000])
    plt.ylim([0, 100])
    plt.xlabel("Generation")
    plt.ylabel("Error")
    plt.legend(loc=0, prop={'size': 8})
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号