nemo-toolkit 0.11.0b12
pip install nemo-toolkit==0.11.0b12
Newer version available (2.4.0)
Released:
NEMO core package. Necessary for all collections
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
NeMo (Neural Modules) is a toolkit for creating AI applications built around neural modules, conceptual blocks of neural networks that take typed inputs and produce typed outputs.
NeMo Core provides the fundamental building blocks for all neural models and NeMo's type system.
Core Principles
NEMO is built around these principles:
- Neural Module is a block that computes a set of outputs from a set of inputs.
- Think of it as an abstraction between a layer and a neural network.
- Examples: pre-trained language model, acoustic model, encoder, decoder, etc.
- NeMo-based application is a DAG of :class:
NeuralModule<nemo.core.neural_modules.NeuralModule>
objects connected together via typed input and output ports.- :class:
NmTensor<nemo.core.neural_types.NmTensor>
objects flow between modules from port to port. - Lazy execution model. First, user defines activation flow graph. Then, calls action (such as training). Actual computation happen only after action is called.
- :class:
- The input and output ports of each neural module and :class:
NmTensor<nemo.core.neural_types.NmTensor>
objects all have Neural Type - :class:NeuralType<nemo.core.neural_types.NeuralType>
. - :class:
NeuralType<nemo.core.neural_types.NeuralType>
the semantics, axis order, and dimensions of a tensor and more. - Domain or module-specific Callbacks are used for evaluations and inspecting training performance.
Built to run on GPUs
NeMo Core provides:
- Mixed-precision training using Tensor Cores on NVIDIA's Volta and Turing GPUs
- Distributed training
- Distributed evaluation
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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 nemo_toolkit-0.11.0b12.tar.gz
.
File metadata
- Download URL: nemo_toolkit-0.11.0b12.tar.gz
- Upload date:
- Size: 409.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a3c6686770327cb2b4b5fe590b19ef254ca8441e84828ff6a730962c191b650f
|
|
MD5 |
6dab0a967c77f8184bfc479222667d75
|
|
BLAKE2b-256 |
de277d27b4b1ea9b137746cd42cb67313f4ebc7ea0470b26b4df4df2b38417c7
|
File details
Details for the file nemo_toolkit-0.11.0b12-py3-none-any.whl
.
File metadata
- Download URL: nemo_toolkit-0.11.0b12-py3-none-any.whl
- Upload date:
- Size: 622.6 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/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ee5e4cd35d8e23ae29e4229dba3762094fd3f1adb098b603c27b6fea6e2da913
|
|
MD5 |
9a90d18e8791e2d7f6949bb3b3bd4b32
|
|
BLAKE2b-256 |
f0c23b1ee5d1a1615c49f45c6477f0e046f2114d1f3894c91e29349542728580
|