fodydev/afrim

Load data at runtime

Closed this issue · 1 comments

Description

For more flexibility, we should be able to load datasets at runtime and update the afrim configuration parameters (buffer_size, auto_commit, etc).

Tasks

Instead of providing data during the initialization of the preprocessor, we should provide it after the initialization via respective methods.

  • The preprocessor should be able to load the data at runtime

Similar to the preprocessor

  • The translator should be able to read data at runtime

Question

  • What are the advantages from the reload the data?

I don't see the interest to implement it for a library. 🤔
For the moment, I will close this issue.

Note: Any user who need it can implement it at their level.