murraylab / PsychRNN

https://psychrnn.readthedocs.io
MIT License
133 stars 42 forks source link

fix batch generator in a task #44

Closed plhijk closed 1 year ago

plhijk commented 1 year ago

fix #42 by reusing a generator object in a task

also making the batch_generator method in a curriculum consistent with that in a task

plhijk commented 1 year ago

I've made suggested changes.

However, some deprecations expired in the most recent numpy 1.24, causing tests for python 3.8 to fail.