Mayukh Deb

Results 7 comments of Mayukh Deb

@ProGamerGov Thank you so much for your help! I'll surely drop a message if I need some more help with this :) I'm working on [torch-dreams](https://github.com/Mayukhdeb/torch-dreams). It aims to be...

> Goal of the issue is to fix the bug in padding calculation logic for pooling layers. Due to miscalculation of padding shapes of layers are miscalculated leading to failure...

The process is formally described below :arrow_down: : ![Screenshot from 2022-01-22 11-49-06](https://user-images.githubusercontent.com/53133634/150627534-104bab39-63a3-4154-88bd-a27712ac55fe.png)

Fast Noisegrad: The idea is just to add multiplicative noise to the model weights on each optimisation iteration -- but each time to the original model weights. Thus not stacking...

Hello @dkrako, Thanks for the PR 🙂 Highly appreciate the detailed notes as well! I will take a look at this and get back to you ASAP. Thanks again!

Hello @dkrako, Could you please provide more details on the exact use-case for these new components to help me better understand the PR? A Colab notebook or a reproducible snippet...

@dkrako what is the shape of the tensor that your model expects for time series images? If you can describe the problem in-detail, I can help you debug this on...