Skip to content

Commit 126ceba

Browse files
authored
Rename Vision_Tranformer.py to vision_tranformer.py
1 parent 551cb8c commit 126ceba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ def count_parameters(model: nn.Module) -> int:
382382
x = torch.randn(2, 3, 224, 224)
383383
out = model(x)
384384
print(f"Input shape: {x.shape}")
385-
print(f"Output shape: {out.shape}")
385+
print(f"Output shape: {out.shape}")

0 commit comments

Comments
 (0)