Skip to content

Latest commit

 

History

History
121 lines (76 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

121 lines (76 loc) · 6.23 KB

Change Log

Full Changelog

Merged pull requests:

1.0.1 (2019-04-05)

Full Changelog

Closed issues:

  • When running adding task -- ModuleNotFoundError: No module named 'index' #39
  • SyntaxError #36
  • PySide dependency error #33
  • Issues when using pytorch 0.4 #31
  • TypeError: cat received an invalid combination of arguments - got (list, int), but expected one of: #29

Merged pull requests:

1.0.0 (2019-04-05)

Full Changelog

Closed issues:

  • Question about the running speed of Pyflann and Faiss for the SAM model #40
  • SyntaxError #37
  • Values in hidden become nan #35
  • faiss error #32

Merged pull requests:

0.0.9 (2018-04-23)

Full Changelog

Fixed bugs:

  • Use usage vector to determine least recently used memory #26
  • Store entire memory after memory limit is reached #24

Merged pull requests:

0.0.7 (2017-12-20)

Full Changelog

Implemented enhancements:

Merged pull requests:

0.0.6 (2017-11-12)

Full Changelog

Implemented enhancements:

  • Re-write allocation vector code, use pytorch's cumprod #13

Fixed bugs:

  • Stacked DNCs forward pass wrong #12
  • Temporal debugging of memory #11 (ixaxaar)

0.5.0 (2017-11-01)

Full Changelog

Implemented enhancements:

  • Multiple hidden layers per controller layer #7
  • Vizdom integration and fix cumprod bug #5 #6 (ixaxaar)

Fixed bugs:

  • Use shifted cumprods, emulate tensorflow's cumprod with exclusive=True #5
  • Vizdom integration and fix cumprod bug \#5 #6 (ixaxaar)

Closed issues:

  • Write unit tests #8
  • broken links #3

Merged pull requests:

  • Test travis build #10 (ixaxaar)
  • Implement Hidden layers, small enhancements, cleanups #9 (ixaxaar)

0.0.3 (2017-10-27)

Full Changelog

Implemented enhancements:

  • Implementation of Dropout for controller #2 (ixaxaar)
  • Fix size issue for GRU and vanilla RNN #1 (ixaxaar)

0.0.2 (2017-10-26)

Full Changelog

v0.0.1 (2017-10-26)

* This Change Log was automatically generated by github_changelog_generator