metric plot png fix y
This commit is contained in:
parent
0b9326578d
commit
0c5537f26d
@ -55,6 +55,7 @@ try:
|
|||||||
plt.ylabel('losses')
|
plt.ylabel('losses')
|
||||||
plt.title('loss for build')
|
plt.title('loss for build')
|
||||||
plt.legend()
|
plt.legend()
|
||||||
|
plt.ylim(ymin=min(y), ymax=max(y))
|
||||||
plt.savefig('metrics.png')
|
plt.savefig('metrics.png')
|
||||||
|
|
||||||
except:
|
except:
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
0,313079.90625
|
|
||||||
1,313079.90625
|
|
||||||
2,313079.90625
|
|
||||||
3,306069.59375
|
|
||||||
4,304609.71875
|
|
||||||
5,305697.21875
|
|
||||||
6,300981.3125
|
|
||||||
7,306224.8125
|
|
||||||
8,305891.34375
|
|
||||||
9,304945.34375
|
|
||||||
10,300250.75
|
|
||||||
11,306163.84375
|
|
||||||
12,304345.53125
|
|
||||||
13,304496.6875
|
|
|
Loading…
Reference in New Issue
Block a user