PyGlow icon indicating copy to clipboard operation
PyGlow copied to clipboard

Fit method that directly load data from file path

Open spino17 opened this issue 5 years ago • 0 comments

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.

spino17 avatar Aug 29 '19 16:08 spino17