Skip to content

Releases: ixaxaar/pytorch-dnc

Small fixes

05 Apr 09:57
1db7851
Compare
Choose a tag to compare

Changelog

1.0.1

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:

Upgrade Pytorch

05 Apr 09:21
Compare
Choose a tag to compare

Changelog

1.0.0

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
  • PySide dependency error #33
  • faiss error #32
  • 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:

Bug fixes

28 Apr 10:48
2e24452
Compare
Choose a tag to compare

Changelog

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:

Sparse memory implementations

20 Dec 09:09
Compare
Choose a tag to compare

Changelog

Implemented enhancements:

Merged pull requests:

Bug fixes, debugging options, cleanups

12 Nov 19:22
Compare
Choose a tag to compare

Change Log

Implemented enhancements:

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

Fixed bugs:

  • Stacked DNCs forward pass wrong #12

Merged pull requests:

Fix bugs, refactor, implement hidden layers, unit tests

01 Nov 07:33
Compare
Choose a tag to compare

Change Log

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)

Fix bugs, refactor, implement dropout

27 Oct 11:36
Compare
Choose a tag to compare

Changelog:

#1 Fix size issue for GRU and vanilla RNN
#2 Implementation of Dropout for controller

Fix paths, test on real project

26 Oct 16:05
Compare
Choose a tag to compare

First pypi release

26 Oct 15:31
Compare
Choose a tag to compare

Initial release on pypi.