FrankCCCCC
commited on
Upload DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep500_d3_dim64_trbs2048_tabs2048_attr_ckpts_mape_depth/md_0/step_10/config.json with huggingface_hub
Browse files
DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep500_d3_dim64_trbs2048_tabs2048_attr_ckpts_mape_depth/md_0/step_10/config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"uni_out_path": "results",
|
3 |
+
"project": "DV_CIFAR2_Dec15_MAPE_Depth",
|
4 |
+
"global_config": "config.json",
|
5 |
+
"ckpt_path": "ckpts/CIFAR2_32_bs2048_ckpts",
|
6 |
+
"run_name_ext": "mape_depth",
|
7 |
+
"dataset": "CIFAR2_32",
|
8 |
+
"model_num": 0,
|
9 |
+
"model_step": 10,
|
10 |
+
"attr_model_depth": 3,
|
11 |
+
"attr_model_dim": 64,
|
12 |
+
"lr": 0.0005,
|
13 |
+
"weight_decay": 0.0,
|
14 |
+
"epoch": 500,
|
15 |
+
"trained_batch_size": 2048,
|
16 |
+
"task_batch_size": 2048,
|
17 |
+
"device": "cuda:6",
|
18 |
+
"run_name": "res_CIFAR2_32_mdnum0_step10_lr0.0005_ep500_d3_dim64_trbs2048_tabs2048_mape_depth",
|
19 |
+
"save_path": "results/DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep500_d3_dim64_trbs2048_tabs2048_attr_ckpts_mape_depth/md_0/step_10",
|
20 |
+
"args_key": "args",
|
21 |
+
"default_key": "default",
|
22 |
+
"final_key": "final",
|
23 |
+
"config_file": "config.json"
|
24 |
+
}
|