We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just came across this very very interesting project of yours, I was quite excited while reading the paper on arxiv.
While looking at the implementation of Spectral Decoupling for cmnist, I saw that flags.sd_coef is multipled with both the train loss as well as the SD loss term. I am referring to this line: https://github.com/mohammadpz/Gradient_Starvation/blob/main/Figure_4_and_table_1/cmnist.py#L155
Is this the intended usage or should it be something like loss = train_nll + (flags.sd_coef * sd)?
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I just came across this very very interesting project of yours, I was quite excited while reading the paper on arxiv.
While looking at the implementation of Spectral Decoupling for cmnist, I saw that flags.sd_coef is multipled with both the train loss as well as the SD loss term. I am referring to this line: https://github.com/mohammadpz/Gradient_Starvation/blob/main/Figure_4_and_table_1/cmnist.py#L155
Is this the intended usage or should it be something like loss = train_nll + (flags.sd_coef * sd)?
Thank you.
The text was updated successfully, but these errors were encountered: