This commit is contained in:
lucidrains
2025-09-25 06:21:13 -07:00
parent f6bc14c81d
commit 3becf087bb
6 changed files with 71 additions and 51 deletions

BIN
tests/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
import torch
from vit_pytorch import ViT
def test():
def test_vit():
v = ViT(
image_size = 256,
patch_size = 32,