-
Notifications
You must be signed in to change notification settings - Fork 219
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
what does the arguments 'reduce_D' and 'f_dim' mean? #10
Comments
reduce_D and f_dim is about decomposing the filter matrix into two low-rank matrices. You can refer to the equation (9) in our paper. |
could you send me one copy? highly appreciated. my email: [email protected] |
Sent. |
thank you very much. it really helps. |
Hi! I'm also interested in updated version. Could you please send me it too? my mail: [email protected] |
膜拜大佬,代码很棒,麻烦能否发一份同样的给我,万分感谢,同时期待大佬的其他模型的代码, [email protected],谢谢!祝好! |
Hello! I'm also interested in the new version. Could you please send me the copy? my mail: [email protected] |
sorry, i don't understant the meaning of arguments 'reduce_D' and 'f_dim', can you give me any help? thanks a lot!
def _build_extreme_FM(hparams, nn_input, res=True, direct=False, bias=False, reduce_D=True, f_dim=2)
The text was updated successfully, but these errors were encountered: