Skip to main content

NEMO core package. Necessary for all collections

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.
  • 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


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

nemo_toolkit-0.11.0b2.tar.gz (365.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemo_toolkit-0.11.0b2-py3-none-any.whl (527.8 kB view details)

Uploaded Python 3

File details

Details for the file nemo_toolkit-0.11.0b2.tar.gz.

File metadata

  • Download URL: nemo_toolkit-0.11.0b2.tar.gz
  • Upload date:
  • Size: 365.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for nemo_toolkit-0.11.0b2.tar.gz
Algorithm Hash digest
SHA256 ffc06e7d4860fce0f577aaab1988ffcc2a61e31b71467968a672a588c5e1470b
MD5 7a4efec3a1ce8cf164f699c1bae3cc69
BLAKE2b-256 e72b3b19dccb77cd1f8c1947c5a6bdb991dfb031a890a64c1816e06214376405

See more details on using hashes here.

File details

Details for the file nemo_toolkit-0.11.0b2-py3-none-any.whl.

File metadata

  • Download URL: nemo_toolkit-0.11.0b2-py3-none-any.whl
  • Upload date:
  • Size: 527.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for nemo_toolkit-0.11.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 e8a5c611b950112a134672201d1c830d45c8a9cb4a9634a991fbe0414dd8679f
MD5 c7e1b2ae92ab6043095764ca5e0b99e0
BLAKE2b-256 27aff6695f879c35e8b23fe98bfcc6381f751f4ec603867713f9c6c170369756

See more details on using hashes here.

Supported by

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