giannifranchi

Results 6 comments of giannifranchi

Thanks for your comment. We will correct that mistake and retrain for the end of this week. Best,

Hello, I did not plan to put it. But I will put it in another repository for this summer. In this repository, you should already find all the layers that...

To be 100% honest, I asked the paper's author if they had a draft of their code in Pytorch. Then based on that, I implemented BatchEnsemble. So I need to...

Dear Milliema **Sorry to answer so late.** I think there is no problem with the inference phase. If you read the paper carefully, they do not mention that they need...

if you do not repeat the data during training, the weights alpha and gamma will never see all the data. So while the other weights will make an entire epoch,...

I agree with you that this is not the intended behavior. I will correct the code by the end of this month and apply x = torch.cat([x for i in...