Sprayer-Mods / ModelForge

Models envisioned
https://sprayermods.com
GNU General Public License v3.0
1 stars 0 forks source link

Merge Dataloaders and Datasets #14

Open blake-espeland opened 2 years ago

blake-espeland commented 2 years ago

Currently, the dataloaders.py file is 1400 loc and shouldn't be so. We may end up implementing different dataloaders in the future, and this should be taken into account when designing the current ones. Right now, I'm planning on making singular, dataloader and dataset classes that handle the timestep & sequential batch issue eloquently.