摘要: 人工智能 Artificial Intelligence 认知科学与神经科学Cognitive Science and Neuroscience 图像处理Image Processing 计算机图形学Computer graphics 模式识别Pattern Recognized 图像表示Image 阅读全文
posted @ 2020-10-27 20:53 落地成霜 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: import numpy as np dict = {'a' : {1,2,3}, 'b': {4,5,6}} np.save('dict.npy', dict) dict_load=np.load('dict.npy', allow_pickle=True) print("dict =", dic 阅读全文
posted @ 2020-10-27 10:18 落地成霜 阅读(1096) 评论(0) 推荐(1) 编辑