Open JiangXiaobai00 opened 3 years ago
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.
But this error still appears during the training phase
Same issue here
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.
Have a try to delete "ema_bn" at the same time!
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.
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.