models/vision_transformer.py [463:473]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        image_size=224,
        dropout_rate=0,
        attention_dropout_rate=0,
        classifier="token",
        num_classes=None,
    ):
        super().__init__(
            image_size=image_size,
            patch_size=16,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



models/vision_transformer.py [486:496]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        image_size=224,
        dropout_rate=0,
        attention_dropout_rate=0,
        classifier="token",
        num_classes=None,
    ):
        super().__init__(
            image_size=image_size,
            patch_size=16,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



