{
  "seed": 1,
  "base_dir": null,
  "seeds": "[1]",
  "dataset": "cifar10",
  "dataset_type": "wm",
  "dataset_dir": "~/datasets",
  "owner_data_size": 40000,
  "attacker_data_size": 10000,
  "attacker_src": "out",
  "poison_ratio": 0.01,
  "poison_num": null,
  "wm_type": "iclr",
  "wm_class": 0,
  "filter_out_target": 1,
  "transparency": 1.0,
  "content_color": 1.0,
  "blended_type": "hk",
  "batch_size": 128,
  "p_batch_size": 64,
  "b_batch_size": 64,
  "num_workers": 4,
  "lr": 0.1,
  "weight_decay": 0.0005,
  "momentum": 0.9,
  "lr_drop": "[50,75]",
  "lr_gamma": 0.1,
  "max_epoch": 100,
  "save_epoch": 10,
  "save_intermediate": 0,
  "model": "PSV2ResNet18",
  "method": "PSAPPV4",
  "lam": 0.001,
  "bn_momentum": 0,
  "bnwb": 0,
  "bnmv": 0,
  "app_norm": "rl2",
  "app_gamma": 0.02,
  "app_warmup": 0,
  "app_useps": 1,
  "app_steps": 1,
  "app_step_size": 0.01,
  "app_psrc": "full",
  "app_bnon": 1,
  "app_ub": 50,
  "app_lb": 0.5,
  "app_fixbn": 1,
  "app_fixw": 0,
  "app_fixb": 0,
  "app_rs": 0,
  "s_portion": 30,
  "s_scale": 2,
  "eapp_alpha": null,
  "app_noise": 0.1,
  "wmapp_alpha": 0.01,
  "s_factor": 1.0,
  "alpha": 0.01,
  "pretrain": "dfs/cifar10_y0_4corner_fot1_40000_400_t1.0/STD_wd5.00e-04/ResNet18"
}