摘要:
人工智能 Artificial Intelligence 认知科学与神经科学Cognitive Science and Neuroscience 图像处理Image Processing 计算机图形学Computer graphics 模式识别Pattern Recognized 图像表示Image 阅读全文
摘要:
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 阅读全文