murraylab / PsychRNN

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

batch number for task incorrect in training loop #43

Open syncrostone opened 2 years ago

syncrostone commented 2 years ago

batch number is incremented once at the beginning of training loop and then once within each loop, or twice when curriculum is being used. fix this by using different batch generators for each purpose

carolinehaoud commented 1 year ago

I'm going to try working on this.