Use new API & rerender
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 130 KiB |
|
|
@ -6,7 +6,7 @@ DATA = sorted(Path("/mnt/wsl/PHYSICALDRIVE0p1/featured").glob("*"))
|
||||||
|
|
||||||
TRAIN_SIZE = 0.9
|
TRAIN_SIZE = 0.9
|
||||||
|
|
||||||
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE1/data/cache2")
|
CACHE_PATH = Path("/mnt/wsl/PHYSICALDRIVE2/data/cache3")
|
||||||
MODELS_PATH = Path("/home/andras/projects/bipolaroid/saved_models")
|
MODELS_PATH = Path("/home/andras/projects/bipolaroid/saved_models")
|
||||||
LOGS_PATH = Path("/home/andras/projects/bipolaroid/logs")
|
LOGS_PATH = Path("/home/andras/projects/bipolaroid/logs")
|
||||||
RUNS_PATH = Path("/home/andras/projects/bipolaroid/runs")
|
RUNS_PATH = Path("/home/andras/projects/bipolaroid/runs")
|
||||||
|
|
|
||||||