Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCT and CVT #39

Merged
merged 18 commits into from
Dec 3, 2021
Prev Previous commit
Next Next commit
[WIP]
pre-commit resolved
  • Loading branch information
abhi-glitchhg committed Nov 27, 2021
commit 307d58b9d2fad839648d45cb4c1440d4c13c9fc5
4 changes: 3 additions & 1 deletion vformer/encoder/embedding/cvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@


class CVTEmbedding(nn.Module):
""""""
"""
abhi-glitchhg marked this conversation as resolved.
Show resolved Hide resolved
Embedding / Tokenizer for Compact Vision Transformer
"""

def __init__(
self,
Expand Down