Skip to content

tinytopics 0.7.2

Latest
Compare
Choose a tag to compare
@nanxstats nanxstats released this 05 Jan 07:27
ab01f81

New features

  • Add TorchDiskDataset class to support using .pt or .pth files as inputs for fit_model() and fit_model_distributed() (#38). Similar to NumpyDiskDataset added in tinytopics 0.6.0, this class also uses memory-mapped mode to load data so that larger than system memory datasets can be used for training.