Skip to main content

Holistic Evaluation of Audio Representations (HEAR) 2021 -- Submission Validator

Project description

HEAR2021

HEAR 2021 Submission Validator

This package provides a command-line tool to verify that a python module follows the HEAR 2021 common API.

For full details on the HEAR 2021 NeurIPS competition please visit the competition website.

Installation

pip install hearvalidator

This will install a command-line tool: hear-validator

Usage

Let's validate the HEAR baseline model:

pip install hearbaseline
wget https://github.com/neuralaudio/hear-baseline/raw/main/saved_models/naive_baseline.pt
hear-validator hearbaseline --model ./naive_baseline.pt

Optional arguments for hear-validator:

  • --model: Load the model weights from this path.
  • --device: Device to run validation on. If this isn't specified then this will run on a GPU if one is present. If no GPU is available then this will default to the CPU.

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

hearvalidator-2021.0.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

hearvalidator-2021.0.2-py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 3

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