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

Missing key(s) when loading the pre-trained simclr model parameters in stage 3 #36

Open
JiangXiaobai00 opened this issue Sep 16, 2021 · 7 comments

Comments

@JiangXiaobai00
Copy link

image

@JiangXiaobai00
Copy link
Author

I have found out the key point to solve the probem. Parameter "bn_clr" should be deleted from the command line code used to generate pseudo labels.

@JiangXiaobai00
Copy link
Author

But this error still appears during the training phase

@Jo-wang
Copy link

Jo-wang commented Oct 1, 2021

Same issue here

@Jo-wang
Copy link

Jo-wang commented Oct 1, 2021

I have found out the key point to solve the problem. Parameter "bn_clr" should be deleted from the command line code used to generate pseudo labels.

I've also tried to delete bn_clr but for me, the error will be shown if it's deleted otherwise all good.

If you have any further ideas, we can discuss them later.

@JiangXiaobai00
Copy link
Author

Have a try to delete "ema_bn" at the same time!

@JiangXiaobai00
Copy link
Author

JiangXiaobai00 commented Oct 1, 2021 via email

@Jo-wang
Copy link

Jo-wang commented Oct 14, 2021

The last two parameters can be deleted at the same time, have a try!

------------------ 原始邮件 ------------------ 发件人: "microsoft/ProDA" @.>; 发送时间: 2021年10月1日(星期五) 中午1:13 @.>; @.@.>; 主题: Re: [microsoft/ProDA] Missing key(s) when loading the pre-trained simclr model parameters in stage 3 (#36) I have found out the key point to solve the problem. Parameter "bn_clr" should be deleted from the command line code used to generate pseudo labels. I've also tried to delete bn_clr but for me, the error will be shown if it's deleted otherwise all good. If you have any further ideas, we can discuss them later. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Hi there,

Just wondering which pytorch version you are using. I am still sticking on some minor issues and now suspect that the problems come from pytorch version.

Thanks in advance.

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

No branches or pull requests

2 participants