Smoothing the loss data using matplotlib ,scipy and numpy in python 绘制平滑的曲线
Smoothing the loss data using matplotlib ,scipy and numpy in python 绘制平滑的曲线The problem:The plot graph from above:Solution:Reference:
The problem:
import numpy as np
import matplotlib.pyplot as plt
x = np.array([1, 2, 3])
y = np.array([0.2572527229785919,
原创
2020-07-08 23:30:23 ·
403 阅读 ·
0 评论