Muhammad Al lail Qadrillah

Results 1 comments of Muhammad Al lail Qadrillah

> The issue happens because apparently the vision_transformer got changed. > > Looking at https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/vision_transformer.py in lines 285-295: > > ``` > if self.fused_attn: > x_attn = F.scaled_dot_product_attention( > q,...