DenoiSeg
DenoiSeg copied to clipboard
Dataset size vs bactch x steps / epoch
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.