Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arguments.py #284

Closed
wants to merge 1,412 commits into from
Closed

Update arguments.py #284

wants to merge 1,412 commits into from

Conversation

GuokaiLiu
Copy link

Error reported in https://github.com/FedML-AI/FedML/blob/master/python/examples/simulation/sp_fedavg_mnist_lr_example/torch_fedavg_mnist_lr_custum_data_and_model_example.py

change

load_partition_data_mnist(
        args.batch_size,

to

load_partition_data_mnist(
        args, args.batch_size,

MrigankRaman and others added 25 commits June 15, 2022 22:07
support DevOps and remove unused CI folder
Error reported in `https://github.com/FedML-AI/FedML/blob/master/python/examples/simulation/sp_fedavg_mnist_lr_example/torch_fedavg_mnist_lr_custum_data_and_model_example.py`

change 
```
load_partition_data_mnist(
        args.batch_size,
```
to
```
load_partition_data_mnist(
        args, args.batch_size,
```
@chaoyanghe
Copy link
Member

@GuokaiLiu thanks for your PR. May I have your WeChat/Slack and have a discussion with you for more details?

@GuokaiLiu
Copy link
Author

@chaoyanghe Thanks for your timely reply : ) My WeChat id: GuokLiu

@fedml-dimitris
Copy link
Contributor

fedml-dimitris commented Oct 21, 2023

Duplicate with previous PR: #283. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants