Unofficial PyTorch implementation of Filter Response Normalization Layer.
from preact_resnet import preact_resnet50_frn
model = preact_resnet50_frn(num_classes=1000)
Unofficial PyTorch implementation of "Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks"
Python
Unofficial PyTorch implementation of Filter Response Normalization Layer.
from preact_resnet import preact_resnet50_frn
model = preact_resnet50_frn(num_classes=1000)