Skip to content

State-of-the-art deep learning based neuro codec based on audio encodec.

License

Notifications You must be signed in to change notification settings

thatsvenyouknow/neuro-encodec

 
 

Repository files navigation

Neuro-Encodec

This repository is forked from the great EnCodec repository associated with the High Fidelity Neural Audio Compression paper that aims to compress audio. We have added some functionality to train/finetune the EnCodec model for its use in the Neuralink Compression Challenge.

Installation

Python 3.8 is required and a reasonably recent version of PyTorch (1.11.0 ideally).

To install (Neuro-)EnCodec, you can run from this repository:

  1. Clone repo locally
pip install .

Distributed Training

The train script does not support distributed training, yet. Soon to come...

Acknowledgment

We want to thank the following open-source repositories on which we based this project:

License

The code in this repository is released under the MIT license as found in the LICENSE file.

About

State-of-the-art deep learning based neuro codec based on audio encodec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Jupyter Notebook 1.0%