etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Improve step support in indexing #113

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

This PR turns the hacky range system into a robust/pythonic one. Now we support:

marty1885 commented 4 years ago

fix #98