helmholtz-analytics / heat

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
https://heat.readthedocs.io/
MIT License
195 stars 53 forks source link

Allow non-shuffle datasets #1511

Open krajsek opened 3 weeks ago

krajsek commented 3 weeks ago

Related The current heat dataset requires a shuffle attribute and a method that enables data to be redistributed across processes. This is not always desirable.

Feature functionality The change allows data records without shuffling mechanism, the shuffle method is still possible, but optional

github-actions[bot] commented 3 weeks ago

Branch features/1511-Allow_non-shuffle_datasets created!