move files
This commit is contained in:
parent
1a41fd6829
commit
231e22cac8
36 changed files with 24933 additions and 89006 deletions
|
|
@ -1,9 +0,0 @@
|
|||
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