Refactor
This commit is contained in:
parent
eec9ee0275
commit
294f2fab12
9 changed files with 65414 additions and 14814 deletions
9
config.py
Normal file
9
config.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from pathlib import Path
|
||||
|
||||
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.mkdir(exist_ok=True, parents=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue