摘要:
# -*- coding=utf-8 -*-''' import matplotlib.pyplot as plt import re logs=open('loss').read() #print logs pattern = re.compile('\ .*?Iteration (\d+)\, loss = (.*?)\n',re.S) result= re.findall(patter... 阅读全文
posted @ 2017-06-09 15:09
想飞的萌猪
阅读(3367)
评论(0)
推荐(0)
浙公网安备 33010602011771号