A series of pickle load to unpack, leaving only the last few

with open(r'.record.pkl', 'rb') as inp: res = [] try: res.append(pickle.load(inp)) except: noise_labels, true_labels = res[-2:]
There bug, but did not test out.

Guess you like

Origin www.cnblogs.com/Gelthin2017/p/12151873.html