CoolFace
Datasetpublic

freexiaochuan/captcha

best.pth model = CaptchaCNNTransformer( img_h=32, img_w=128, dim=256, depth=6, heads=4, num_classes=num_classes, channels=1, dropout=0.2, ).to(device)

sourceHugging Faceupdated 17d agoView on Hugging Face
0likes192downloads
Dataset Card
  • best.pth
python
model = CaptchaCNNTransformer(
        img_h=32,
        img_w=128,
        dim=256,
        depth=6,
        heads=4,
        num_classes=num_classes,
        channels=1,
        dropout=0.2,
    ).to(device)