1
0
Fork 0

Merge remote-tracking branch 'github/main' into feat/00-plugins

This commit is contained in:
Sean Sube 2023-11-25 22:27:22 -06:00
commit 57fc183b15
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 0 deletions

View File

@ -51,9 +51,15 @@ def preprocess(image):
class FakeConfig: class FakeConfig:
block_out_channels: List[int]
scaling_factor: float scaling_factor: float
def __init__(self) -> None: def __init__(self) -> None:
self.block_out_channels = [
128,
256,
512
]
self.scaling_factor = 0.08333 self.scaling_factor = 0.08333