| { | |
| "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 | |
| } | |
| } | |