FedML-AI/FedIoT

queations about function local_dataloader()

flying-pigeon opened this issue · 1 comments

In file fl_dataloader.py, the definiton of local_dataloader has changed to one argument "args". However, in the file app.py (related to RaspberryPi) the usage of local_dataloader is still:
train_data_num, test_data_num, train_data_global, test_data_global,
train_data_local_num_dict, train_data_local_dict, test_data_local_dict
= local_dataloader(args, train_file_name, test_file_name, 1)
How to solve this problem? Could you please update the whole project? Thanks.

您好,请问您成功运行了吗?数据集我下载不了