mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-31 04:45:31 +08:00
Silence some pytype errors.
PiperOrigin-RevId: 527929776
This commit is contained in:
committed by
Saran Tunyasuvunakool
parent
fb1d757863
commit
9176a9f23c
@@ -682,7 +682,7 @@ class MultimodalDecoder(AbstractPerceiverDecoder):
|
||||
position_encoding_type='none',
|
||||
**decoder_kwargs)
|
||||
|
||||
def decoder_query(self, inputs, modality_sizes, inputs_without_pos=None,
|
||||
def decoder_query(self, inputs, modality_sizes, inputs_without_pos=None, # pytype: disable=signature-mismatch # overriding-parameter-count-checks
|
||||
subsampled_points=None):
|
||||
# Partition the flat inputs among the different modalities
|
||||
inputs = io_processors.restructure(modality_sizes, inputs)
|
||||
|
||||
Reference in New Issue
Block a user