File size: 632 Bytes
34393ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "runtime": {
    "python": "3.11",
    "dtk": "26.04",
    "tensorflow": "2.18.0+das.opt1.dtk2604",
    "torch": "2.5.1+das.opt1.dtk2604",
    "tf_use_legacy_keras": true
  },
  "paths": {
    "dataset": "conf/data/utrdb2.csv",
    "motifs": "conf/data/motifs.csv",
    "generator": "weight/checkpoint_3000.h5",
    "framepool": "weight/utr_model_combined_residual_new.h5",
    "mttrans_te": "weight/mttrans/RL_hard_share_MTL/3R/schedule_MTL-model_best_cv1.pth",
    "output_dir": "outputs"
  },
  "defaults": {
    "sequence_length": 128,
    "latent_dimension": 40,
    "batch_size": 64,
    "learning_rate_exponent": 5
  }
}