afrim icon indicating copy to clipboard operation
afrim copied to clipboard

Load data at runtime

Open pythonbrad opened this issue 1 year ago • 0 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?

pythonbrad avatar Feb 16 '24 18:02 pythonbrad