Updated Changelog and version for JASCO release (#526)
This commit is contained in:
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [1.4.0a2] - 2025-01-14
|
||||
|
||||
Add training and inference code for JASCO (https://arxiv.org/abs/2406.10970) along with the [hf checkpoints](https://huggingface.co/facebook/jasco-chords-drums-melody-1B).
|
||||
|
||||
## [1.4.0a1] - 2024-06-03
|
||||
|
||||
Adding new metric PesqMetric ([Perceptual Evaluation of Speech Quality](https://doi.org/10.5281/zenodo.6549559))
|
||||
|
||||
@@ -18,9 +18,11 @@ At the moment we provide the training code for:
|
||||
See `audiocraft.solvers.compression.CompressionSolver`, and `audiocraft.models.encodec.EncodecModel`.
|
||||
- [MultiBandDiffusion](TODO), alternative diffusion-based decoder compatible with EnCodec that
|
||||
improves the perceived quality and reduces the artifacts coming from adversarial decoders.
|
||||
- [JASCO](https://arxiv.org/abs/2406.10970) Joint Audio and Symbolic Conditioning for Temporally Controlled
|
||||
Text-to-Music Generation.
|
||||
"""
|
||||
|
||||
# flake8: noqa
|
||||
from . import data, modules, models
|
||||
|
||||
__version__ = '1.4.0a1'
|
||||
__version__ = '1.4.0a2'
|
||||
|
||||
Reference in New Issue
Block a user