done (#16012)
This commit is contained in:
committed by
GitHub
parent
38bce1d4cf
commit
1e8f37992f
@@ -139,7 +139,7 @@ class MaskFormerModelTester:
|
||||
|
||||
def comm_check_on_output(result):
|
||||
# let's still check that all the required stuff is there
|
||||
self.parent.assertTrue(result.transformer_decoder_hidden_states is not None)
|
||||
self.parent.assertTrue(result.transformer_decoder_last_hidden_state is not None)
|
||||
self.parent.assertTrue(result.pixel_decoder_last_hidden_state is not None)
|
||||
self.parent.assertTrue(result.encoder_last_hidden_state is not None)
|
||||
# okay, now we need to check the logits shape
|
||||
|
||||
Reference in New Issue
Block a user