minor improvements
This commit is contained in:
parent
231e22cac8
commit
3974894d60
4 changed files with 10 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE1/data/unsplash").glob("*.jpg"))
|
|||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache2")
|
||||
CACHE_PATH.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
MODELS_PATH = Path("models")
|
||||
MODELS_PATH = Path("/home/andras/projects/bipolaroid/models")
|
||||
MODELS_PATH.mkdir(exist_ok=True, parents=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue