-
Notifications
You must be signed in to change notification settings - Fork 13
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
The performance on SYN on FPL #1
Comments
Do the counterparts work consistently? |
Thanks for quick response! My results on office+caltech seem correct. For datasets, I download SYN via this url and I use other datasets (e.g., MNIST) automatically downloaded via your code. I change the argument in main.py as follows: |
The SVHN dataset link is: http://ufldl.stanford.edu/housenumbers/ |
Yes. I use the same ones named
Thanks. I will try with these datasets! |
Thanks for your patience. |
--rand_dataset=True, We made a typing error in the uploading code. The code is based on the seed = 0 and {'mnist': 6, 'syn': 7, 'usps': 4, 'svhn': 3}. |
Thanks for the modification. But, I still have difficulty reproducing the results on digits... I may be doing something wrong, so I'll try some times later. |
@AtsuMiyai At utils/training.py Thanks in advance. |
@YutoShibata07 |
Thank you for your code, So it means that the results for the Digits task reported in your paper are based on: MNIST: 6, USPS: 7, SVHN: 4 and SYN: 3 setting, Not MNIST: 3, USPS: 7, SVHN: 6 and SYN: 4? thank you |
Thank you for sharing the code for this very interesting work.
I tried to reproduce your FPL.
It generally worked, but I could not reproduce only the SYN dataset for Digits. The results in Table 2 of the paper report a score of 61.20, but in my multiple replication experiments I only got about 44.1. (43.8 in FedAVG.)
I have a few questions.
Is the data set for SYN this url, right?
Also, when I increased the number of data in the dataset from 1% to 1.5%, the results were comparable to the paper's score. Is there any other solution besides increasing the data?
We apologize for any inconvenience caused. Thank you for your cooperation.
The text was updated successfully, but these errors were encountered: