"...git@developer.sourcefind.cn:kecinstone/2024-pra-vllm.git" did not exist on "9090bf02e74334a8020b454814e0d00fa780fd79"
Unverified Commit f3d37bde authored by ericmintun's avatar ericmintun Committed by GitHub
Browse files

Merge pull request #37 from eltociear/patch-1

fix typo in mask_decoder.py
parents f58f1d1c b7f0bc74
...@@ -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