Fix TAPAS test uncovered by #12446 (#12480)

This commit is contained in:
Lysandre Debut
2021-07-02 10:35:10 +02:00
committed by GitHub
parent b4ecc6bef2
commit b889d3f6c4

View File

@@ -106,7 +106,7 @@ class TapasModelTester:
average_logits_per_cell=True,
select_one_column=True,
allow_empty_column_selection=False,
init_cell_selection_weights_to_zero=False,
init_cell_selection_weights_to_zero=True,
reset_position_index_per_cell=True,
disable_per_token_loss=False,
scope=None,