research project
Project description
OMLET: Open Machine Learning Engineering Toolbox
Installation
git clone https://github.com/LinxiFan/omlet.git
cd omlet
pip install -e .
PyTorch-Lightning
Tested only with v0.7.6, please upgrade.
Hydra
Due to incompatibilities, please install hydra management library from their master branch:
git clone https://github.com/facebookresearch/hydra.git
cd hydra
pip install -e .
cd plugins/hydra_colorlog
pip install -e .
The above should also install OmegaConf 2.0.1, which we'll use as our primary dot-access dict for hyperparameters.
OmegaConf docs: https://omegaconf.readthedocs.io/en/latest/usage.html
Nvidia APEX fp16 training
https://github.com/NVIDIA/apex#quick-start
git clone https://github.com/NVIDIA/apex
cd apex
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omlet-0.1.tar.gz.
File metadata
- Download URL: omlet-0.1.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
147fbfe78275a82e5f490749336b97fbe59d215ec884eb72f4558e6a959187e3
|
|
| MD5 |
de6b8f15bd07fca103f52feec8e880fc
|
|
| BLAKE2b-256 |
fbf2b5da0db231bf8099935342e9d094e88585423c71fa96e9bfa56bacbff752
|
File details
Details for the file omlet-0.1-py3-none-any.whl.
File metadata
- Download URL: omlet-0.1-py3-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b9da0b838ee5ff3fc02cd347d51d33d3a15d08afb38092cb5893ed583a40908
|
|
| MD5 |
82d31cb44f7c225c57d7beae311df760
|
|
| BLAKE2b-256 |
e8c6ba395def68d849e5fcffa3e52fbaf1f09948c1016e8fb206ba652a8d2c39
|