Stefan Popov
Results
2
comments of
Stefan Popov
Hi, > I was experimenting with CoreNet for building reconstruction and none of the saved models worked. Yes, this is expected. The models learn object priors and the object classes...
`BatchRenorm` is an implementation of the batch re-normalization [paper](https://arxiv.org/abs/1702.03275). I experimented with different normalization layers: `BatchRenorm`, `nn.BatchNorm3D`, `nn.GroupNorm`, `nn.InstanceNorm3`, and `nn.LayerNorm`. `BatchRenorm` performed best. `nn.BatchNorm3d` in particular led to unstable...