-
Notifications
You must be signed in to change notification settings - Fork 673
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
Weights are not logged when model is watched #1471
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi @stathius , thanks for reporting this issue. We're looking into this. |
I believe by default it is supposed to log only gradients, but you can change it by using argument log. |
I am using the log='all' argument as per the snippet I provide above.
…On Mon, Nov 9, 2020 at 9:51 AM Artyom Hakobyan ***@***.***> wrote:
I believe by default it is supposed to log only gradients, but you can
change it by using argument log.
Please see the documentation (here
<https://docs.wandb.com/library/integrations/pytorch#options>) for more
details.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1471 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPQ4BNOLJNXG76SKXAEQOTSO6NR3ANCNFSM4TMXLVWQ>
.
|
Hm, I tried to replicate this by setting log='all' in https://github.com/wandb/examples/blob/master/examples/pytorch/pytorch-cnn-mnist/main.py and it seemed to work as intended, logging both parameters and gradients - could you try that with your setup |
Hey @stathius |
Hi @ariG23498 not really but it's fine to close it. |
I'm experiencing the same problem. Gradients are logged fine, but parameters don't show up in wandb panels. Is there any way to tell why this is silently failing? |
I'm having the same issue. wandb: 0.15.5 |
The gradients of the model are indeed logged but not the parameters.
Using:
pytorch-lightning==1.0.4
torch==1.7.0
torchvision==0.8.1
wandb==0.10.9
mac os x 10.15.7
The text was updated successfully, but these errors were encountered: