PsychRNN icon indicating copy to clipboard operation
PsychRNN copied to clipboard

task.get_trial_batch() doesn't increment batch number

Open syncrostone opened this issue 3 years ago • 0 comments

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.

syncrostone avatar Aug 16 '22 15:08 syncrostone