This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Description
Description
It would be nice to be able to set the Datamanager/Dataset length. This could facilitate artifical "epoch" length, e.g. together with randomsampling
Proposal
Make a setter for __len__(Dataset), that can be used to artificially set the length.
All other classes (Datamanager etc.) don't have their own length anymore but use the dataset's length instead