Open amarzullo24 opened 2 years ago
Hi @emmeduz, this was a long time ago but from what I can recall, I already considered this but I was either facing difficulty in learning or there was some other gradient issue. It would be super cool if you could test this out and let me know if it works, and I would be happy to receive a PR
Have you finished the code of training importance map yet? I plan to work on the relavant project but I have trouble complement this part. Thanks!
Hi, Thanks for this implementation, good starting point!
I have some concerns about the implementation of the backward pass in the Mask class. From the code it seems returning a vector of ones. However, it looks different from Equation (7) in the paper (as I tried to implement below). Am I missing something?