Fix caching
This commit is contained in:
parent
b31fa39ca4
commit
09aceae9d4
2 changed files with 24 additions and 14 deletions
|
|
@ -2,7 +2,7 @@ from pathlib import Path
|
|||
|
||||
DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE1/data/unsplash").glob("*.jpg"))
|
||||
|
||||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache2")
|
||||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache")
|
||||
CACHE_PATH.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
MODELS_PATH = Path("/home/andras/projects/bipolaroid/models")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue