HReynaud's picture
models batch 1
56c538a
raw
history blame contribute delete
594 Bytes
{
"experiment_description": "reidentification_dynamic",
"resumption": false,
"resumption_count": null,
"previous_experiment": null,
"image_path": "data/latents/dynamic/FileList.csv",
"siamese_architecture": "ResNet-50",
"data_handling": "balanced",
"num_workers": 16,
"pin_memory": true,
"n_channels": 4,
"n_features": 128,
"image_size": 14,
"loss": "BCEWithLogitsLoss",
"optimizer": "Adam",
"learning_rate": 0.0001,
"batch_size": 128,
"max_epochs": 1000,
"early_stopping": 50,
"transform": "pmone",
"n_samples_train": 7465,
"n_samples_val": 1288,
"n_samples_test": 1277
}