securefederatedai / openfl

An open framework for Federated Learning.

Home Page:https://openfl.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor GaNDLF Task Runner to pass in CSV files in DataLoader

psfoley opened this issue · comments

The GaNDLF Task Runner currently expects the training and validation CSV files to be passed through the TaskRunner, which is staticly set in the plan. This has the downside of requiring that each collaborator has the same file name. Instead, these CSV files should be passed in through data.yaml, where they are configurable for each collaborator.