FrankCCCCC commited on
Commit
cdfa337
·
verified ·
1 Parent(s): 7128de0

Upload DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep200_d2_dim256_trbs2048_tabs2048_attr_ckpts_mape_depth/md_5/step_1/config.json with huggingface_hub

Browse files
DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep200_d2_dim256_trbs2048_tabs2048_attr_ckpts_mape_depth/md_5/step_1/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": 5,
9
+ "model_step": 1,
10
+ "attr_model_depth": 2,
11
+ "attr_model_dim": 256,
12
+ "lr": 0.0005,
13
+ "weight_decay": 0.0,
14
+ "epoch": 200,
15
+ "trained_batch_size": 2048,
16
+ "task_batch_size": 2048,
17
+ "device": "cuda:3",
18
+ "run_name": "res_CIFAR2_32_mdnum5_step1_lr0.0005_ep200_d2_dim256_trbs2048_tabs2048_mape_depth",
19
+ "save_path": "results/DV_CIFAR2_Dec15_MAPE_Depth/res_CIFAR2_32_lr0.0005_ep200_d2_dim256_trbs2048_tabs2048_attr_ckpts_mape_depth/md_5/step_1",
20
+ "args_key": "args",
21
+ "default_key": "default",
22
+ "final_key": "final",
23
+ "config_file": "config.json"
24
+ }