Skip to main content

A lightweight machine learning toolkit for researchers.

Project description

NNCore

A lightweight machine learning toolkit for 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 research. 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 2.0+, but the installation of PyTorch is not necessary.

Continuous Integration

Platform / Python Version 3.9 3.10 3.11 3.12
Ubuntu 20.04 Build Build Build Build
Ubuntu 22.04 Build Build Build Build
macOS 12.x Build Build Build Build
macOS 13.x Build Build Build Build
Windows Server 2022 Build Build Build Build

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 incorporate 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nncore-0.4.5.tar.gz (79.8 kB view details)

Uploaded Source

File details

Details for the file nncore-0.4.5.tar.gz.

File metadata

  • Download URL: nncore-0.4.5.tar.gz
  • Upload date:
  • Size: 79.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for nncore-0.4.5.tar.gz
Algorithm Hash digest
SHA256 894a9bd31718e09e5d76a3a427eccf03925e81cad2d65f109d511211087c266f
MD5 aa4bc1cb207f3c5a8cdfe8b945fb5f0b
BLAKE2b-256 8ebf2c8576cc54af2f703bb0ade165e6f2622de2bb6e17417df3df35eb1392bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page