↓ 5 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
CV/Pytorch_classification/vision_transformer/vit_model.py:85
↓ 5 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
CV/Pytorch_classification/grad_cam/vit_model.py:77
↓ 3 callersMethod__init__(self, growth_rate=32, block_config=(6, 12, 24, 16),
num_init_features=64, bn_size=4, drop_ra
CV/Pytorch_classification/DenseNet/model.py:98
↓ 3 callersFunctionconv2d_cx(cx, in_c, out_c, k, *, stride=1, groups=1, bias=False, trainable=True)
CV/Pytorch_classification/model_complexity/utils.py:2
↓ 2 callersMethod__init__(self, in_channel, out_channel, kernel_size=3, stride=1, groups=1)
CV/Pytorch_classification/MobileNet/model_v2.py:24
↓ 2 callersMethod__init__(self, in_channel, out_channel, kernel_size=3, stride=1, groups=1)
CV/Pytorch_classification/ConfusionMatrix/model.py:14
↓ 2 callersMethoddepthwise_conv(input_c, output_c, kernel_s, stride=1, padding=0, bias=False)
CV/Pytorch_classification/ShuffleNet/model.py:61
↓ 1 callersMethod__init__(self, imgH, nc, nclass, nh, n_rnn=2, leakyRelu=False)
CV/Pytorch_classification/CRNN_PyTorch/crnn.py:23