File size: 594 Bytes
56c538a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"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
}