HIT-SCIR / plm-nlp-code

Apache License 2.0
626 stars 195 forks source link

Correct the x-axis range #14

Closed loveleaves closed 2 years ago

loveleaves commented 2 years ago

画图横坐标范围代码中为: plt.xlim(0, 0.6) 实际分解输出没在该范围,同时对应书中所给图,应改为: plt.xlim(-0.5, 0)