Skip to content

Instantly share code, notes, and snippets.

@mokua
Created January 18, 2023 11:18
Show Gist options
  • Save mokua/8dc9662235526212164422270aaafcdf to your computer and use it in GitHub Desktop.
Save mokua/8dc9662235526212164422270aaafcdf to your computer and use it in GitHub Desktop.
python 7z file format
https://py7zr.readthedocs.io/en/latest/user_guide.html
pip install py7zr
python -m py7zr x /kaggle/input/cifar-10/test.7z /kaggle/data/cifar-10/
python -m py7zr x /kaggle/input/cifar-10/train.7z /kaggle/data/cifar-10/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment