JavierGalvan9 / V1_GLIF_model

TensorFlow implementation of the new version from the V1 column from the Allen Institute
1 stars 4 forks source link

Changing sparse tensor computation #11

Closed shixnya closed 10 months ago

shixnya commented 11 months ago

Doing much more parsimonious sparse tensor calculation. It first analyzes the spikes and creates sparse tensors with only the necessary columns. It saves a lot of memory and compute time.

The code has not been cleaned up yet.