Smal updates

This commit is contained in:
Andras Schmelczer 2024-06-30 22:18:16 +01:00
parent 48227feba5
commit e98cfa31fa
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 163 additions and 18 deletions

View file

@ -18,8 +18,8 @@ class HistogramDataset(Dataset):
self,
/,
paths: List[Path],
bin_count: int,
edit_count: int = 5,
bin_count: int = 16,
edit_count: int = 12,
target_size=(240, 240),
delete_corrupt_images: bool = False,
cache_path: Optional[Path] = None,