File size: 334 Bytes
a193ad9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"timestamp": "20251124_180934",
"input_shape": [
256,
256,
1
],
"target_size": [
256,
256
],
"epochs": 50,
"batch_size": 8,
"learning_rate": 0.0001,
"validation_split": 0.1,
"random_state": 42,
"loss_options": {
"scenario1": "weighted_bce",
"scenario2": "weighted_categorical"
}
} |