Skip to content

Commit bfdb823

Browse files
authored
Update config.py
1 parent bf25088 commit bfdb823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deep_neurographs/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class MLConfig:
100100
101101
"""
102102
anisotropy: Tuple[float] = field(default_factory=tuple)
103-
batch_size: int = 2000
103+
batch_size: int = 200
104104
device: str = "cpu"
105105
is_multimodal: bool = False
106106
lr: float = 1e-3

0 commit comments

Comments
 (0)