Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhangYuanhan-AI/OmniBenchmark
/ functions
Functions
269 in github.com/ZhangYuanhan-AI/OmniBenchmark
⨍
Functions
269
◇
Types & classes
49
Method
forward
(self, image, text)
linear_probe/models/vit.py:414
Method
forward
(self, x)
linear_probe/models/timm_rn101.py:38
Method
forward
(self, x)
linear_probe/models/timm_mlp_mixer.py:32
Method
forward
(self, x: torch.Tensor)
linear_probe/models/modified_resnet.py:104
Method
forward
(self, x)
linear_probe/models/modified_resnet.py:130
Method
forward
(self, x)
linear_probe/models/modified_resnet.py:229
Method
forward
(self, x)
linear_probe/models/timm_beit.py:46
Method
forward
(self, x: torch.Tensor)
linear_probe/models/text_transformer.py:18
Method
forward
(self, x: torch.Tensor)
linear_probe/models/text_transformer.py:27
Method
forward
(self, x: torch.Tensor)
linear_probe/models/text_transformer.py:49
Method
forward
(self, x: torch.Tensor)
linear_probe/models/text_transformer.py:72
Method
forward
(self, texts)
linear_probe/models/text_transformer.py:185
Method
forward
(self, x)
linear_probe/models/timm_vit_modified.py:79
Method
forward
(self, x)
linear_probe/models/timm_effnet.py:35
Method
forward
(self, x)
linear_probe/models/timm_vit.py:42
Method
forward
(self, x)
linear_probe/models/timm_swinTransformer.py:27
Method
forward
(self, x)
linear_probe/models/timm_inceptionv4.py:28
Method
forward
(self, x)
linear_probe/models/resnet.py:38
Method
forward
(self, x)
linear_probe/models/resnet.py:73
Method
forward
(self, x)
linear_probe/models/resnet.py:161
Method
forward
(self, features, labels=None, sup_logits=None)
ReCo/losses.py:21
Method
forward
(self, features, labels=None,sup_logits=None)
ReCo/losses.py:135
Method
forward
(self, x, *args)
ReCo/moco/builder.py:14
Method
forward
(self, im_q, im_k=None, labels=None)
ReCo/moco/builder.py:228
Method
forward
(self, x: Tensor)
ReCo/models/resnet.py:66
Method
forward
(self, x: Tensor)
ReCo/models/resnet.py:120
Method
forward
(self, x: Tensor)
ReCo/models/resnet.py:247
Function
get_lr
(optimizer)
linear_probe/utils.py:106
Function
identity
(img, **__)
ReCo/randaugment.py:120
Function
invert
(img, **__)
ReCo/randaugment.py:116
Function
is_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename
linear_probe/dataset.py:72
Function
modified_res101
(**kwargs)
linear_probe/models/modified_resnet.py:264
Function
modified_res50
(**kwargs)
linear_probe/models/modified_resnet.py:253
Function
modified_res50x16
(**kwargs)
linear_probe/models/modified_resnet.py:275
Function
posterize
(img, bits_to_keep, **__)
ReCo/randaugment.py:147
Function
print_pass
(*args)
ReCo/reco_imagenet.py:174
Function
resnet101
r"""ResNet-101 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained
linear_probe/models/resnet.py:247
Function
resnet101
r"""ResNet-101 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained
ReCo/models/resnet.py:310
Function
resnet152
r"""ResNet-152 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained
ReCo/models/resnet.py:324
Function
resnet18
r"""ResNet-18 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained (
ReCo/models/resnet.py:268
Function
resnet200
r"""ResNet-200 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained
ReCo/models/resnet.py:336
Function
resnet34
r"""ResNet-34 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained (
ReCo/models/resnet.py:282
Function
resnet50
Constructs a ResNet-50 model.
linear_probe/models/resnet.py:240
Function
resnet50
r"""ResNet-50 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained (
ReCo/models/resnet.py:296
Function
resnetal50
Constructs a ResNet-50 model.
linear_probe/models/resnet.py:259
Function
resnext101_32x8d
r"""ResNeXt-101 32x8d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Arg
ReCo/models/resnet.py:364
Function
resnext50_32x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Args
ReCo/models/resnet.py:348
Function
rotate
(img, degrees, **kwargs)
ReCo/randaugment.py:80
Function
sharpness
(img, factor, **__)
ReCo/randaugment.py:165
Function
shear_x
(img, factor, **kwargs)
ReCo/randaugment.py:48
Function
shear_y
(img, factor, **kwargs)
ReCo/randaugment.py:53
Function
solarize
(img, thresh, **__)
ReCo/randaugment.py:128
Function
solarize_add
(img, add, thresh=128, **__)
ReCo/randaugment.py:132
Method
stem
(x)
linear_probe/models/modified_resnet.py:230
Function
timm_beit
(**kwargs)
linear_probe/models/timm_beit.py:52
Function
timm_effnet
(**kwargs)
linear_probe/models/timm_effnet.py:43
Function
timm_inceptionv4
(**kwargs)
linear_probe/models/timm_inceptionv4.py:35
Function
timm_mlp_mixer
(**kwargs)
linear_probe/models/timm_mlp_mixer.py:39
Function
timm_rn101
(**kwargs)
linear_probe/models/timm_rn101.py:45
Function
timm_swinTransformer
(**kwargs)
linear_probe/models/timm_swinTransformer.py:33
Function
timm_vit
(**kwargs)
linear_probe/models/timm_vit.py:47
Function
timm_vit_modified
(**kwargs)
linear_probe/models/timm_vit_modified.py:84
Function
translate_x_abs
(img, pixels, **kwargs)
ReCo/randaugment.py:70
Function
translate_x_rel
(img, pct, **kwargs)
ReCo/randaugment.py:58
Function
translate_y_abs
(img, pixels, **kwargs)
ReCo/randaugment.py:75
Function
translate_y_rel
(img, pct, **kwargs)
ReCo/randaugment.py:64
Function
trim_key
(key)
linear_probe/dataset.py:20
Function
wide_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 f
ReCo/models/resnet.py:400
Function
wide_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 fo
ReCo/models/resnet.py:380
← previous
201–269 of 269, ranked by callers