pytorch-dnc/dnc
Jonathan Binas 19c759d2cf
memory.py: fix indexing for read_modes transform
The read_modes vector overlaps with write_gate, and should be shifted by one element.
2018-04-22 18:08:34 -04:00
..
__init__.py Refactor and remove duplicate code, introduce SAMs without temporal addressing 2017-12-18 12:21:37 +05:30
dnc.py Fix bug: clamp the controller output before making it interface vector 2017-12-20 14:24:42 +05:30
faiss_index.py Make FAISS work properly, fall back to flann when not available, fixes #23 2017-12-20 02:08:34 +05:30
flann_index.py Revert number of cores in search 2017-12-15 18:31:23 +05:30
memory.py memory.py: fix indexing for read_modes transform 2018-04-22 18:08:34 -04:00
sam.py Refactor and remove duplicate code, introduce SAMs without temporal addressing 2017-12-18 12:21:37 +05:30
sdnc.py Refactor and remove duplicate code, introduce SAMs without temporal addressing 2017-12-18 12:21:37 +05:30
sparse_memory.py Fixes #26 2017-12-23 14:37:20 +05:30
sparse_temporal_memory.py Fixes #26 2017-12-23 14:37:20 +05:30
util.py Make FAISS work properly, fall back to flann when not available, fixes #23 2017-12-20 02:08:34 +05:30