We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235be08 commit 8d8970eCopy full SHA for 8d8970e
1 file changed
src/transformers/models/beit/modeling_beit.py
@@ -1349,8 +1349,8 @@ def get_input_embeddings(self):
1349
def forward(
1350
self,
1351
pixel_values: Tensor,
1352
- output_attentions: Optional[bool] = None,
1353
output_hidden_states: Optional[bool] = None,
+ output_attentions: Optional[bool] = None,
1354
return_dict: Optional[bool] = None,
1355
) -> BackboneOutput:
1356
"""
0 commit comments