# mgds **Repository Path**: analyzesystem/mgds ## Basic Information - **Project Name**: mgds - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-01 - **Last Updated**: 2024-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MGDS MGDS is a custom dataset implementation for Pytorch that is built around the idea of a node based graph. Each node in the graph can take inputs from previous nodes, do various calculations, and return outputs to nodes further down the chain. This modular approach enables highly complex data processing pipelines only by plugging together pre-built modules. This project is currently developed for the use in [OneTrainer](https://github.com/Nerogar/OneTrainer), but it can be used in all kinds of different applications.