This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
[FeatureRequest] Flexible Datamanager/Dataset Length #232
Labels
new feature
Something that should be added
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
The text was updated successfully, but these errors were encountered: