bobo0810 / TargetDrop

TargetDrop: A Targeted Regularization Method for Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssertionError

szxczyc opened this issue · comments

commented

assert h >= self.drop_block.item() and w >= self.drop_block.item()
what should i do?

commented

assert h >= self.drop_block.item() and w >= self.drop_block.item()
what should i do?

@szxczyc Sorry, just saw the problem. The feature map size must be larger than the drop block size. You can try to make the drop block size smaller