We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caecec6 commit cb2ce77Copy full SHA for cb2ce77
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "screenai"
7
-version = "0.0.7"
+version = "0.0.8"
8
description = "Screen AI - Pytorch"
9
license = "MIT"
10
authors = ["Kye Gomez <[email protected]>"]
screenai/main.py
@@ -437,10 +437,7 @@ def __init__(
437
self.vit_depth = vit_depth
438
self.multi_modal_encoder_depth = multi_modal_encoder_depth
439
self.llm_decoder_depth = llm_decoder_depth
440
-
441
- patch_height, patch_width = pair(patch_size)
442
- channels * patch_height * patch_width
443
+
444
# ViTransformerWrapper
445
self.vit = ViTransformerWrapper(
446
image_size=image_size,
0 commit comments