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

I want to know if you uesd the weight decay in pytorch? #38

Closed
solon37 opened this issue Jun 23, 2021 · 1 comment
Closed

I want to know if you uesd the weight decay in pytorch? #38

solon37 opened this issue Jun 23, 2021 · 1 comment
Assignees
Labels

Comments

@solon37
Copy link

solon37 commented Jun 23, 2021

I am looking forward to hearing from you.

@fsschneider
Copy link
Owner

Whether the testproblems use weight decay (and if so for what part) is usually described in the comment of each testproblem. For example for the 3c3d network on cifar100:

- L2 regularization on the weights (but not the biases) with a default
factor of 0.002

This is also listed in the documentation, e.g. here for the mlp on MNIST.

Table 1 of the DeepOBS paper has an overview table of the original testproblem and marked which ones use weight decay (WD).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants