Closed IndTechSpprt closed 2 weeks ago
As seen in the (generated by running resnet18-custom.py
), the outputs post switching the layers out are within reasonable bounds, so ReLU
can be replaced with ReLU6
and AdaptivveAvgPool2D
can be replaced by AvgPool2D
with a 7x7 kernel and a stride of 512.
ResNet18
has the following layers we currently don't supportKeeping this mind, make a custom implementation based on the following:
Compare this with the PyTorch implementation and report the observations