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

FedKD Training Bug #229

Open
JY132 opened this issue Feb 15, 2025 · 1 comment
Open

FedKD Training Bug #229

JY132 opened this issue Feb 15, 2025 · 1 comment

Comments

@JY132
Copy link

JY132 commented Feb 15, 2025

I used FedKD to train on TinyImagenet dataset. Sometimes this bug (LinAlgError: SVD did not converge) will come out from this line: u, sigma, v = np.linalg.svd(param_cpu, full_matrices=False)

@JY132
Copy link
Author

JY132 commented Feb 15, 2025

The dataset setting is 10 clients, 0.1a, noniid, imbalance,
The training setting is 0.005lr, 64 batch size, 100 training round, 10 local epoch, CNN model

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

No branches or pull requests

1 participant