A lightweight PyTorch code wrapper for ML researchers
Project description
NNCore
A lightweight PyTorch code wrapper for ML researchers.
NNCore is a library that provides common functionalities for Machine Learning and Deep Learning researchers. This project aims at helping users focus more on science but not engineering during researches. The essential functionalities include but are not limited to:
- Universal I/O APIs
- Efficient implementations of layers and losses that are not included in PyTorch
- Extended methods for distributed training
- More powerful data loading techniques
- An engine that can take over the whole training and testing process, with all the baby-sitting works (stage control, optimizer configuration, lr scheduling, checkpoint management, metrics & tensorboard writing, etc.) done automatically. See an example for details.
Note that some methods in the library work with PyTorch 1.6+, but the installation of PyTorch is not necessary.
Continuous Integration
Platform / Python Version | 3.6 | 3.7 | 3.8 | 3.9 |
---|---|---|---|---|
Ubuntu 16.04 | ||||
Ubuntu 18.04 | ||||
Ubuntu 20.04 | ||||
macOS 10.15 | ||||
Windows |
Installation
You may install nncore directly from PyPI
pip install nncore
or manually from source
git clone https://github.com/yeliudev/nncore.git
cd nncore
pip install -e .
Getting Started
Please refer to our documentation for how to incorperate nncore into your projects.
Acknowledgements
This library is licensed under the MIT License. Part of the code in this project is modified from mmcv and fvcore with many thanks to the original authors.
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
File details
Details for the file nncore-0.1.2.tar.gz
.
File metadata
- Download URL: nncore-0.1.2.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db949c8e6798d79bbeb04d468fbec41495397c1df5843dd7b373113e96afe0c4 |
|
MD5 | 238b40b9160e68ea8281fedbecefebe9 |
|
BLAKE2b-256 | 7b9c0761af9def1d783a7a58388098762d7de90c6a6d450040c4f9b797b6247c |