r18_cifar10_ce / config.json
badrmarani's picture
Push model using huggingface_hub.
21ac6dd verified
{
"alm_gamma": 1.2,
"alm_tau": 0.9,
"batch_size": 100,
"ce_weight": 1.0,
"class_weight": 0.0,
"conformal_fraction": 0.5,
"conformal_method": "thrlp",
"constraint_name": "coverage-gdro",
"dataset_name": "cifar10",
"device_id": 0,
"error_rate": 0.01,
"experiment_name": "REPRO1_CEE_test_r18_cifar10_normal_thrlp_er:0.01_lr:0.1_bs:100_cew:1.0_sw:0.0_cw:0.0_ts:0.0_t:0.5_f:0.5_lmb:0.0",
"inv_freq": null,
"lr": 0.1,
"margin": 1.6,
"milestones": [
50,
100
],
"momentum": 0.0005,
"multipliers_max": 0.0,
"multipliers_min": 0.0,
"nesterov": true,
"num_epochs": 200,
"penalty_name": "relu",
"repo_username": "badrmarani",
"resnet_version": 18,
"rho_max": 0.0,
"rho_min": 0.0,
"root": "/gpfs/workdir/maraniba",
"scheduler_name": "multistep",
"seed": 0,
"size_weight": 0.0,
"target_rank": 1.0,
"target_size": 0.0,
"temperature": 0.5,
"training_mode": "normal",
"wandb_project_name": "r18_cifar10_ce",
"weight_decay": 0.0005
}