摘要: with open(r'./record.pkl', 'rb') as inp: res = [] try: res.append(pickle.load(inp)) except: noise_labels, true_labels = res[-2:] 有 bug, 但未测出来。 代码来源于 p 阅读全文
posted @ 2020-01-05 11:41 Gelthin 阅读(233) 评论(0) 推荐(0) 编辑