You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: