DLPrimitives Blog
Development Blog
Pytorch Updates
In order to improve the progress I started validating all pretrained torchvision models one by one. I found several features I needed to implement but what is more important I found several critical bugs I could fix.
https://pytorch.org/vision/stable/models.html#classification
At this point following networks are validated against CPU version in both forward and backward propagation:
alexnetresnet18resnet50vgg16densenet161googlenetsqueezenet1_0inception_v3(fwd only - backward fails on cuda/cpu)shufflenet_v2_x1_0mobilenet_v2mobilenet_v3_largemobilenet_v3_small(fwd only - same failure on bwd on cuda)resnext50_32x4dwide_resnet50_2mnasnet1_0efficientnet_b0efficientnet_b4regnet_y_400mf
To be continued...
Update Nov 17, 2021: I implemneted ceil rounding pooling mode, thus googlenet and squeezenet1_0 now pass validation
Add Comment:
You must enable JavaScript in order to post comments.