| { | |
| "experiment_name": "random_gemini-3.5-flash_classes2_auto_20260612_102346", | |
| "model_type": "random", | |
| "sut": "gemini-3.5-flash", | |
| "num_classes": 2, | |
| "device": "cuda", | |
| "training_config": { | |
| "max_epochs": 200, | |
| "early_stopping_patience": 5, | |
| "batch_size": 200, | |
| "num_workers": 4, | |
| "device": "auto", | |
| "gradient_clip": 1.0, | |
| "checkpoint_dir": "output/checkpoints", | |
| "log_dir": "output/logs", | |
| "gradient_accumulation_steps": 1, | |
| "use_amp": false | |
| }, | |
| "model_config": { | |
| "bw_method": "scott", | |
| "grid_size": 2048, | |
| "boundary_correction": false, | |
| "batch_size": 4096, | |
| "num_classes": 2, | |
| "loss_fn": "bce" | |
| } | |
| } |