You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using generator to generate the training set, but it seems that at present, the method Trainer.train accepts only Array as training set. I think it can be improved for accepting generator as training set. I think it will be more convenient in case the training set is so large to be defined explicitly by Array.
(Of course, i can build the training set Array from generator, but it is not so efficient)
Thank you for your work!
Regard.
The text was updated successfully, but these errors were encountered:
Hello
I'm using generator to generate the training set, but it seems that at present, the method Trainer.train accepts only Array as training set. I think it can be improved for accepting generator as training set. I think it will be more convenient in case the training set is so large to be defined explicitly by Array.
(Of course, i can build the training set Array from generator, but it is not so efficient)
Thank you for your work!
Regard.
The text was updated successfully, but these errors were encountered: