这是我的代码:n=100000#Thisiswhatmakesittricky-lotsoffilesgoingintothishdf5filewithh5py.File('image1.h5','w')asf:dset_X=f.create_dataset('X',(1,960,224,224),maxshape=(None,960,224,224),chunks=True,compression='gzip')dset_y=f.create_dataset('y',(1,112,224*224),maxshape=(None,112,224*224),chunks=True,com