-
Notifications
You must be signed in to change notification settings - Fork 42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
After the recent DDP changes to |
No, there should be logs printed to the console. |
I have the same issue after using DDP. |
I can't see why it might not print to the console.
I do notice that the valid objf in the two halves of the validation set are
very different- perhaps division is very nonrandom?
…On Thu, Apr 15, 2021 at 5:34 AM Yiwen Shao ***@***.***> wrote:
I have the same issue after using DDP.
There are some discussion in PyTorch Forum (facebookresearch/hydra#1126
<facebookresearch/hydra#1126>). But I'm not
very famaliar with this topic so hopefully it will give you some
information.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#158 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZFLOZM24QJVIQUGG7GZFTTIYC6BANCNFSM42YSD3SQ>
.
|
Probably it's getting divided over test-clean and test-other... We could either pre-shuffle the validation cut sets; add I haven't looked further into the printing issue yet, if I find something I will let you guys know. |
That should be fixed via #162. |
I have no idea why the logs are not working and my only workaround is a desperate |
Were both of you using torch==1.8.0? I am encountering the same issue when using torch 1.8.0. But if I switch to torch==1.7.1, the issue is gone without |
My torch version was 1.8.1. Interesting... |
No description provided.