belka_gate_fusions: dataset path update to SSD_2_TB
This commit is contained in:
@@ -58,8 +58,8 @@ from src.models.asymmetric_encoder import (
|
||||
LOGGER = logging.getLogger("caption_test.train_gtauav")
|
||||
|
||||
# Default paths.
|
||||
_RGB_ROOT = "/home/servml/Документы/datasets/GTA-UAV-LR"
|
||||
_CAPTION_ROOT = "/home/servml/Документы/datasets/GTA-UAV-LR-captions"
|
||||
_RGB_ROOT = "/media/servml/SSD_2_2TB/datasets/cvgl_datasets/GTA-UAV-LR/"
|
||||
_CAPTION_ROOT = "/media/servml/SSD_2_2TB/datasets/cvgl_datasets/GTA-UAV-LR-captions/"
|
||||
_TRAIN_JSON = "meta/train_80.json"
|
||||
_TEST_JSON = "meta/test_20.json"
|
||||
|
||||
@@ -100,6 +100,7 @@ class TrainConfigGTAUAV:
|
||||
# Training.
|
||||
resume_from: str | None = None # path to checkpoint for resuming
|
||||
# output_dir: str = "out/gtauav/with_text"
|
||||
# ! ----------------- experimental gate outs path -----------------------
|
||||
output_dir: str = "out/gtauav/with_text_exp_gate_SRGF"
|
||||
epochs: int = 10
|
||||
batch_size: int = 8
|
||||
|
||||
Reference in New Issue
Block a user