I would like to save a list of arrays (each one has a different shape) to a file. For instance: ... Maybe I could create an archive file in Python (using ZipFile) save each array in a npy file and then ... A dictionary and two stars: arrays = {'a':a, 'b':b, ...
save-multiple-arrays-to-file-python
939c2ea5af
save multiple arrays to file python
Comments