Fix train/test split
This commit is contained in:
parent
af56ec3fec
commit
edeac12e37
7 changed files with 17239 additions and 33632 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE1/data/unsplash").glob("*.jpg"))
|
||||
TRAIN_SIZE = 0.8
|
||||
|
||||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache")
|
||||
CACHE_PATH.mkdir(exist_ok=True, parents=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue