Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 8, 2024
1 parent e5e11b7 commit 268cdbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "screenai"
version = "0.0.5"
version = "0.0.7"
description = "Screen AI - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down
3 changes: 1 addition & 2 deletions screenai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
Encoder,
ViTransformerWrapper,
)
from einops.layers.torch import Rearrange

# helper functions

Expand Down Expand Up @@ -439,7 +438,7 @@ def __init__(

image_height, image_width = pair(image_size)
patch_height, patch_width = pair(patch_size)
patch_dim = channels * patch_height * patch_width
channels * patch_height * patch_width

# ViTransformerWrapper
self.vit = ViTransformerWrapper(
Expand Down

0 comments on commit 268cdbd

Please sign in to comment.