FedML-AI / FedML-AI/FedIoT

queations about function local_dataloader()

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
44
Forks
15
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.