Fix typos in strings and comments (#37799)
This commit is contained in:
@@ -142,7 +142,7 @@ class MaskFormerModelTester:
|
||||
|
||||
output = model(pixel_values=pixel_values, pixel_mask=pixel_mask)
|
||||
output = model(pixel_values, output_hidden_states=True)
|
||||
# the correct shape of output.transformer_decoder_hidden_states ensure the correcteness of the
|
||||
# the correct shape of output.transformer_decoder_hidden_states ensure the correctness of the
|
||||
# encoder and pixel decoder
|
||||
self.parent.assertEqual(
|
||||
output.transformer_decoder_last_hidden_state.shape,
|
||||
|
||||
Reference in New Issue
Block a user