christinadionysio opened a new pull request, #2155: URL: https://github.com/apache/systemds/pull/2155
This patch disentangles the loading mechanisms of raw data from the representations and contains rewrites of the Modality data structure. It adds a base loader that can be extended for every modality type and needs to be adapted according to the file structure of the raw data. Additionally, the modality data structure was reworked to enable stacking of operations. This includes slight API changes and the introduction of `.apply_representation()` and `.combine()` methods. Individual modality types are replaced by a universal `UnimodalModality` that takes a `ModalityType` to indicate the original modality of the data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
