Change models path
This commit is contained in:
parent
ab06d979e3
commit
97e8cb1fe1
2 changed files with 3 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE1/data/unsplash").glob("*.jpg"))
|
|||
TRAIN_SIZE = 0.9
|
||||
|
||||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache2")
|
||||
MODELS_PATH = Path("/home/andras/projects/bipolaroid/models")
|
||||
MODELS_PATH = Path("/home/andras/projects/bipolaroid/saved_models")
|
||||
LOGS_PATH = Path("/home/andras/projects/bipolaroid/logs")
|
||||
RUNS_PATH = Path("/home/andras/projects/bipolaroid/runs")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue