Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/486ff07679f2e56a5b93880b39e3ec7e to your computer and use it in GitHub Desktop.
Save r-ryantm/486ff07679f2e56a5b93880b39e3ec7e to your computer and use it in GitHub Desktop.
/nix/store/y3vp1d2dwmvypd311whliqs5rk2lrkkx-python3.7-torchgpipe-0.0.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── __pycache__
│   │   └── torchgpipe_balancing.cpython-37.pyc
│   ├── torchgpipe
│   │   ├── balance
│   │   │   ├── blockpartition.py
│   │   │   ├── __init__.py
│   │   │   ├── profile.py
│   │   │   └── __pycache__
│   │   │   ├── blockpartition.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── profile.cpython-37.pyc
│   │   ├── batchnorm.py
│   │   ├── checkpoint.py
│   │   ├── copy.py
│   │   ├── dependency.py
│   │   ├── gpipe.py
│   │   ├── __init__.py
│   │   ├── microbatch.py
│   │   ├── phony.py
│   │   ├── pipeline.py
│   │   ├── __pycache__
│   │   │   ├── batchnorm.cpython-37.pyc
│   │   │   ├── checkpoint.cpython-37.pyc
│   │   │   ├── copy.cpython-37.pyc
│   │   │   ├── dependency.cpython-37.pyc
│   │   │   ├── gpipe.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── microbatch.cpython-37.pyc
│   │   │   ├── phony.cpython-37.pyc
│   │   │   ├── pipeline.cpython-37.pyc
│   │   │   ├── stream.cpython-37.pyc
│   │   │   ├── __version__.cpython-37.pyc
│   │   │   └── worker.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── skip
│   │   │   ├── __init__.py
│   │   │   ├── layout.py
│   │   │   ├── namespace.py
│   │   │   ├── portal.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── layout.cpython-37.pyc
│   │   │   │   ├── namespace.cpython-37.pyc
│   │   │   │   ├── portal.cpython-37.pyc
│   │   │   │   ├── skippable.cpython-37.pyc
│   │   │   │   └── tracker.cpython-37.pyc
│   │   │   ├── skippable.py
│   │   │   └── tracker.py
│   │   ├── stream.py
│   │   ├── __version__.py
│   │   └── worker.py
│   ├── torchgpipe-0.0.7.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── NOTICE
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── torchgpipe_balancing.py
└── nix-support
└── propagated-build-inputs
12 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment