Created
July 15, 2020 12:22
-
-
Save huangziwei/37d2c50366e6f71c1f3abb657a10ef12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import zipfile | |
zout = zipfile.ZipFile('nmf.zip', "w", zipfile.ZIP_DEFLATED) # <--- this is the change you need to make | |
zout.write('nmf.h5') | |
zout.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment