MCPcopy Create free account

hub / github.com/ajtejankar/byol-convert / functions

Functions34 in github.com/ajtejankar/byol-convert

↓ 10 callersFunction_resnet
(arch, block, layers, pretrained, progress, **kwargs)
resnet.py:249
↓ 6 callersFunctionpad_same
(inp, filt)
resnet.py:37
↓ 4 callersMethod_make_layer
(self, block, planes, blocks, stride=1, dilate=False)
resnet.py:201
↓ 4 callersMethodupdate
(self, val, n=1)
validate.py:114
↓ 3 callersFunctionconv1x1
1x1 convolution
resnet.py:54
↓ 3 callersFunctionconv3x3
3x3 convolution with padding
resnet.py:48
↓ 2 callersMethod__init__
(self, block, layers, num_classes=1000, zero_init_residual=False, groups=1, width_per_group=6
resnet.py:150
↓ 2 callersFunctionresnet200
r"""ResNet-200 2x model from BYOL Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If T
resnet.py:290
↓ 2 callersFunctionresnet50
r"""ResNet-50 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
resnet.py:278
↓ 1 callersMethod_forward_impl
(self, x)
resnet.py:225
↓ 1 callersMethod_get_batch_fmtstr
(self, num_batches)
validate.py:136
↓ 1 callersFunctionaccuracy
Computes the accuracy over the k top predictions for the specified values of k
validate.py:142
↓ 1 callersFunctioncalc_padding_same
(in_height, in_width, strides, filter_height, filter_width)
resnet.py:25
↓ 1 callersMethoddisplay
(self, batch)
validate.py:131
↓ 1 callersFunctionload_checkpoint
(checkpoint_path)
convert.py:17
↓ 1 callersFunctionmain
()
validate.py:30
↓ 1 callersMethodreset
(self)
validate.py:108
↓ 1 callersFunctionvalidate
(val_loader, model)
validate.py:60
Method__init__
(self, name, fmt=':f')
validate.py:103
Method__init__
(self, num_batches, meters, prefix="")
validate.py:126
Method__init__
(self, inplanes, planes, stride=1, downsample=None, groups=1, base_width=64, dilation=1, norm
resnet.py:63
Method__init__
(self, inplanes, planes, stride=1, downsample=None, groups=1, base_width=64, dilation=1, norm
resnet.py:104
Method__str__
(self)
validate.py:120
Methodforward
(self, x)
resnet.py:81
Methodforward
(self, x)
resnet.py:121
Methodforward
(self, x)
resnet.py:245
Functionresnet101
r"""ResNet-101 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (
resnet.py:302
Functionresnet152
r"""ResNet-152 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (
resnet.py:314
Functionresnet18
r"""ResNet-18 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
resnet.py:254
Functionresnet34
r"""ResNet-34 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_ Args: pretrained (b
resnet.py:266
Functionresnext101_32x8d
r"""ResNeXt-101 32x8d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ Args
resnet.py:340
Functionresnext50_32x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ Args:
resnet.py:326
Functionwide_resnet101_2
r"""Wide ResNet-101-2 model from `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ The model is the same as ResNet except fo
resnet.py:372
Functionwide_resnet50_2
r"""Wide ResNet-50-2 model from `"Wide Residual Networks" <https://arxiv.org/pdf/1605.07146.pdf>`_ The model is the same as ResNet except for
resnet.py:354