Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 2.86 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1-alpha (2019-11-30)

Features

  • Adds cli arg to define if it loads from trained model or creates a new one (0e18323)
  • Adds temporary trained model (1c3670d)
  • create kara structure (13cef52)
  • evolve training process (ffc2c54)
  • initial commit (b8afa6f)
  • changelog: add standard version support (9799bd9), closes #8
  • dataset: add initial dataset (92cc642)
  • model: update training model (d064703)
  • requirements: create requirements files (e523c4a)

Bug Fixes

  • removes code duplication (2384469)
  • kara: fix code erros (2981294)
  • kernel: remove inception kernel (d4e8bc7)
  • predict shape: Adds working predict array (c5ed7a8)

Documentation

  • update documentation (13b1591)
  • update readme (b591ae5)
  • readme: fix kara image link (3557265)
  • requirements: update requirement docs (68f4954)

Refactors

  • correct some pep8 (fef21ac)
  • model: move model to output folder (54d57ec)