The Jasper model is an end-to-end neural acoustic model for automatic speech recognition (ASR).
The following section lists the requirements in order to start training and evaluating the Jasper model.
Requirements
This repository contains a Dockerfile which extends the PyTorch 20.10-py3 NGC container and encapsulates some dependencies. Aside from these dependencies, ensure you have the following components:
Further required python packages are listed in requirements.txt, which are automatically installed with the Docker container built. To manually install them, run
pip install -r requirements.txt
For more information about how to get started with NGC containers, see the following sections from the NVIDIA GPU Cloud Documentation and the Deep Learning Documentation:
- Getting Started Using NVIDIA GPU Cloud
- Accessing And Pulling From The NGC Container Registry
- Running PyTorch
For those unable to use the PyTorch NGC container, to set up the required environment or create your own container, see the versioned NVIDIA Container Support Matrix.