File size: 434 Bytes
fe8e241
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "project_root": ".",
  "data_dir": "model",
  "weight_dir": "weight",
  "script_dir": "scripts",
  "cnn": {
    "raw_table": "model/CNN/all_ab_pre_post.txt",
    "ctla4_model": "weight/CNN/model_c1",
    "pd1_model": "weight/CNN/model_p1"
  },
  "gan": {
    "sequence_groups": "model/GAN/seq_all.RDS",
    "encoded_groups": "model/GAN/seq_all_encoded.RDS",
    "pretrained_model_pattern": "weight/GAN/GAN_model_{model_id}"
  }
}