Marios Constantinou

Results 2 issues of Marios Constantinou

I was wondering if the authors experimented with LayerNorm instead of BatchNorm and if they noticed any differences? From what I've read is that BatchNorm is heavily dependent on batch...

I am using this architecture ([HR-Net](https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/HRNet-OCR/lib/models/seg_hrnet.py)) and below is my code snippet when I went to test prunning: ``` model = get_seg_model(train=True).eval() imp = tp.importance.MagnitudeImportance() #whats this example_inputs = torch.randn(1,...