edit config

This commit is contained in:
Daniel Saavedra
2020-02-20 13:41:35 -03:00
parent 8be04c88d1
commit 1db9c5c29f
2 changed files with 10 additions and 5 deletions

View File

@@ -14,10 +14,15 @@
"batch_size": 12, "batch_size": 12,
"learning_rate": 1e-4, "learning_rate": 1e-4,
"warmup_epochs": 3, "warmup_epochs": 3,
"nb_epochs": 100,
"saved_weights_name": "Result_ssd300_fault_1/experimento_ssd300_fault_1.h5", "saved_weights_name": "Result_ssd300_fault_1/experimento_ssd300_fault_1.h5",
"debug": true "debug": true
}, },
"valid": {
"valid_image_folder": "../Train&Test_D/Test/images/",
"valid_annot_folder": "../Train&Test_D/Test/anns/",
"valid_image_set_filename": "../Train&Test_D/Test/test.txt"
},
"test": { "test": {
"test_image_folder": "Train&Test_S/Test/images", "test_image_folder": "Train&Test_S/Test/images",

View File

@@ -10,7 +10,7 @@
"train": { "train": {
"train_image_folder": "../Train&Test_S/Train/images/", "train_image_folder": "../Train&Test_S/Train/images/",
"train_annot_folder": "../Train&Test_S/Train/anns/", "train_annot_folder": "../Train&Test_S/Train/anns/",
"cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/experimento_fault_1_gpu.pkl", "cache_name": "../Result_yolo3_fault_1/experimento_fault_1_gpu.pkl",
"train_times": 1, "train_times": 1,
@@ -28,21 +28,21 @@
"class_scale": 1, "class_scale": 1,
"tensorboard_dir": "log_experimento_fault_gpu", "tensorboard_dir": "log_experimento_fault_gpu",
"saved_weights_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/experimento_yolo3_full_fault.h5", "saved_weights_name": "../Result_yolo3_fault_1/experimento_yolo3_full_fault.h5",
"debug": true "debug": true
}, },
"valid": { "valid": {
"valid_image_folder": "../Train&Test_S/Test/images/", "valid_image_folder": "../Train&Test_S/Test/images/",
"valid_annot_folder": "../Train&Test_S/Test/anns/", "valid_annot_folder": "../Train&Test_S/Test/anns/",
"cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/val_fault_1.pkl", "cache_name": "../Result_yolo3_fault_1/val_fault_1.pkl",
"valid_times": 1 "valid_times": 1
}, },
"test": { "test": {
"test_image_folder": "../Train&Test_S/Test/images/", "test_image_folder": "../Train&Test_S/Test/images/",
"test_annot_folder": "../Train&Test_S/Test/anns/", "test_annot_folder": "../Train&Test_S/Test/anns/",
"cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/test_fault_1.pkl", "cache_name": "../Result_yolo3_fault_1/test_fault_1.pkl",
"test_times": 1 "test_times": 1
} }