Shoaib Ahmed Siddiqui
Shoaib Ahmed Siddiqui
Assertion removed which assumes the size of the feature maps to be even. Added padding instead to cater to these cases since having a feature volume of 7x7 is quite...
The assignment self.x = x was missing resulting in an error in the computation of the gradient as the variable was never declared. Bug fixed by adding a statement for...
Thank you for such amazing work. I was wondering if there are any plans to also release intermediate checkpoints for the models, similar to Pythia (https://github.com/EleutherAI/pythia). This might enable more...
Thank you for the code and a very interesting paper. You have provided sample commands in the README. `python run_expt.py -s confounder -d CelebA -t Blond_Hair -c Male --lr 0.01...
Bug fix in Faster R-CNN callback (KeyError)