Skip to content

Latest commit

Β 

History

History
31 lines (25 loc) Β· 934 Bytes

File metadata and controls

31 lines (25 loc) Β· 934 Bytes

Hii there πŸ‘‹

Open Source Love visitors

import torch

class MaskedSyntax(torch.nn.Module):
    def __init__(self):
        super().__init__()
        self.name = "Aftaab Siddiqui"
        self.alias = "MaskedSyntax"
        self.stack = ["python", "c++", "ml"]
        self.work = [
            "models",
            "inference",
            "infrastructure",
            "agents",
            "tooling",
            "graphs"
        ]

    def forward(self, signal):
        return signal

MaskedSyntax()(torch.tensor(2026))

➜ primary email: aftaab@aftaab.xyz
➜ Personal website and blog: aftaab.xyz/blog