DenoiSeg icon indicating copy to clipboard operation
DenoiSeg copied to clipboard

Dataset size vs bactch x steps / epoch

Open jdeschamps opened this issue 4 years ago • 0 comments

From @tibuch in https://github.com/juglab/DenoiSeg/pull/40: Datasets are currently limited, which leads to problems if steps_per_epoch x batch_size is larger than the dataset length. As long as steps_per_epoch x batch_size is smaller than len(dataset) everything works fine.

jdeschamps avatar Nov 16 '21 13:11 jdeschamps