PyGlow
PyGlow copied to clipboard
Fit method that directly load data from file path
Current implementation of fit use either x, y dataset or takes dataloader as arguments. It would be more less expensive to implement a fit method that directly load data in parallel from the file path passed as argument.