Pytorch project template and related tools
Project description
Lantern contains our process of bringing a project to fruition as efficiently as possible. This is subject to change as we iterate and improve. This package implements tools and missing features to help bridge the gap between frameworks and libraries that we utilize.
The main packages and tools that we build around are:
See the documentation for more information.
Create new project with template
Install cookiecutter and poetry:
pip install cookiecutter
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Setup project:
cookiecutter https://github.com/aiwizo/pytorch-lantern-template.git
cd <new-project>
poetry install
You can now train the placeholder model and inspect the results:
guild run prepare
guild run train
guild tensorboard
Use lantern without templates
Install lantern from pypi using pip or poetry:
poetry add pytorch-lantern
# pip install pytorch-lantern
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytorch-lantern-0.12.1.tar.gz
.
File metadata
- Download URL: pytorch-lantern-0.12.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.8.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1d24cf13c6a10b855a3b86bed5dfa1018ed1ba1a0b5fbdf880f33dee489e77c |
|
MD5 | dd2a4313193736a623ba3dd6fa5cab63 |
|
BLAKE2b-256 | cf4d713737d385c1e59a602b23825cae0472e823d6ed3deae1987efb9c90dc86 |
File details
Details for the file pytorch_lantern-0.12.1-py3-none-any.whl
.
File metadata
- Download URL: pytorch_lantern-0.12.1-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.8.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d5137aafb3eaf6c78a86f5a4831cfc02112eaa8f71d89f80912a2304eed0be |
|
MD5 | 6e1e359d71c0c04e27f180b3b328eade |
|
BLAKE2b-256 | 1dd63168d042521b9c6d74b28b251a0eb0ecd4c317b34592da9158e74cd26a6c |