Skip to content

Commit b3a8773

Browse files
committed
Delete grad_checkpointing from ResNetV2 class
1 parent b1a9a9e commit b3a8773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

timm/models/resnetv2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ def __init__(
609609
)
610610

611611
self.init_weights(zero_init_last=zero_init_last)
612-
self.grad_checkpointing = False
613612

614613
@torch.jit.ignore
615614
def init_weights(self, zero_init_last: bool = True) -> None:

0 commit comments

Comments
 (0)