Skip to content

Commit

Permalink
fix(ml):
Browse files Browse the repository at this point in the history
変数名を修正
  • Loading branch information
ryoya0902 committed Nov 5, 2023
1 parent 551af45 commit 59cf5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml/src/configs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ChatGPTConfig:
@dataclass
class DiffusionConfig:
model: str = "data/stable-diffusion-v1-5"
resize_size: int = 500
max_size: int = 500
threshold: int = 128
dilation_num: int = 3
kernel_size: int = 3
Expand Down

0 comments on commit 59cf5fd

Please sign in to comment.