x = x.astype('float32') / 255. AttributeError: 'NpzFile' object has no attribute 'astype'
x = x.astype('float32') / 255.
AttributeError: 'NpzFile' object has no attribute 'astype'