Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

79 lines (50 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

0.7.1 - 2023-04-28

Added

  • Unit tests for compound word transformer

Fixed

  • A bug in the generation code for compound word transformer

0.7.0 - 2023-04-27

Added

  • Some basic unit tests
  • Recurrent memory transformer model

Updated

  • Requirements.

0.6.0 - 2022-09-23

Added

  • Perceiver AR model
  • REMI format with note names and octaves instead of midi pitches

0.5.1 - 2022-02-10

Added

  • Num experts configuration for routing transformer.

0.5.0 - 2022-02-05

Added

  • Efficient REMI encoding to reduce the number of characters

0.4.1 - 2021-12-12

Fixed

  • Fixed the compound word transformer model and data loader

0.4.0 - 2021-12-11

Added

  • More configuration options for all models.
  • Added instrument mapping.

0.3.2 - 2021-12-03

Added

  • More configuration options for the routing transformer

0.3.1 - 2021-11-26

Updated

  • lucidrains transformer libraries

0.3.0 - 2021-10-22

Added

  • More configuration options for compound word transformer

Updated

  • Requirements

Fixed

  • Typo in setup.py

0.2.0 - 2021-08-20

Added

  • Compound word transformer model.

0.1.0 - 2021-07-23

Added

  • Routing transformer model.