Unverified Commit b7f0bc74 authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub
Browse files

fix typo in mask_decoder.py

tranformer -> transformer
parent aac76a1f
...@@ -26,7 +26,7 @@ class MaskDecoder(nn.Module): ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment