queations about function local_dataloader()
Open
- 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.