PsychRNN
PsychRNN copied to clipboard
task.get_trial_batch() doesn't increment batch number
get_trial_batch() makes a new generator each time and so does not increment the batch number when it is called successively. A local generator is used within the training loop so it is not an issue with training.