From 3f12ad3ebb2f6b45937fe5ed6236fe7f7d6a8906 Mon Sep 17 00:00:00 2001 From: Aman Arora Date: Sun, 11 Apr 2021 20:24:35 -0400 Subject: [PATCH] remove whitespace diff --- timm/models/resnet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timm/models/resnet.py b/timm/models/resnet.py index f417ef89..6a128bfe 100644 --- a/timm/models/resnet.py +++ b/timm/models/resnet.py @@ -1,6 +1,8 @@ """PyTorch ResNet + 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. + ResNeXt, SE-ResNeXt, SENet, and MXNet Gluon stem/downsample variants, tiered stems added by Ross Wightman Copyright 2020 Ross Wightman """