lgvaz
(Lucas Goulart Vazquez)
1
When using ImageClassifierData.from_csv
we can pass the flag continuous=True
, how should I do this with ImageClassifierData.from_arrays
?
from_arrays
automatically calls ArraysIndexDataset
, maybe we should add the option to call a new class ArraysIndexRegressionDataset
?
jsonm
(Jason McGhee)
2
Not sure if you’re asking because you want to contribute to fastai library, but if not, just save the arrays as a csv 
lgvaz
(Lucas Goulart Vazquez)
3
I would haply contribute
, and saving the arrays as csv would be too time consuming because I’m generating new data every training loop.