fix typo in mask_decoder.py

tranformer -> transformer
This commit is contained in:
Ikko Eltociear Ashimine 2023-04-06 17:11:56 +09:00 committed by GitHub
parent aac76a1fb0
commit b7f0bc74a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class MaskDecoder(nn.Module):
) -> None: ) -> None:
""" """
Predicts masks given an image and prompt embeddings, using a Predicts masks given an image and prompt embeddings, using a
tranformer architecture. transformer architecture.
Arguments: Arguments:
transformer_dim (int): the channel dimension of the transformer transformer_dim (int): the channel dimension of the transformer