curiosity-ai/catalyst

Can I train in portions, batchwise?

Opened this issue · 0 comments

Hi there, I have some 160,000 documents to train a FastText with.
I am out of memory if I produce a Document[] with them.
Can I continue training? I suspect something with GetPreviousData but it's unclear how to do this.
Thanks!