kmheckel / spyx

Spyx: Spiking Neural Networks in JAX
https://spyx.readthedocs.io/en/latest/
MIT License
98 stars 11 forks source link

Shuffling utility has returns leading axis zer0 #23

Closed kmheckel closed 6 months ago

kmheckel commented 6 months ago

If the batch size perfectly divides the dataset then the shuffling function tool will result in a leading axis of zero, inducing a bug.

kmheckel commented 6 months ago

Fixed in release 0.1.19