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

support negative steps in index #98

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

The current view/indexing system only supports positive steps. i.e. this is impossible (t[-1:0,-1], in python)