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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Thank you for your wonderful work and making the code public.
I have a question regarding the code in language_fedma.py. In line 302-303, why is there a 'pass' if layer_index ==2 for example (please refer to attached screenshot)? What happens to the case where we have more layers?
Can I use the code from lines 309-313 again for layer_index ==2 instead of a pass?