remove whitespace diff

pull/554/head
Aman Arora 4 years ago
parent 206407a0e1
commit 3f12ad3ebb

@ -1,6 +1,8 @@
"""PyTorch ResNet """PyTorch ResNet
This started as a copy of https://github.com/pytorch/vision 'resnet.py' (BSD-3-Clause) with This started as a copy of https://github.com/pytorch/vision 'resnet.py' (BSD-3-Clause) with
additional dropout and dynamic global avg/max pool. additional dropout and dynamic global avg/max pool.
ResNeXt, SE-ResNeXt, SENet, and MXNet Gluon stem/downsample variants, tiered stems added by Ross Wightman ResNeXt, SE-ResNeXt, SENet, and MXNet Gluon stem/downsample variants, tiered stems added by Ross Wightman
Copyright 2020 Ross Wightman Copyright 2020 Ross Wightman
""" """

Loading…
Cancel
Save