Open ChangxuFan opened 2 years ago
Dear developers,
I wonder if there is documentation/example for training based on Dnase/ATAC-seq input? I would highly appreciate suggestions on parameter tweaking!!
It seems ATAC/Dnase are supported model architectures from these lines in train_and_validate:
train_and_validate
if model_arch_name == "BPNet_ATAC_DNase": model = get_model( tasks, bias_tasks, model_arch_params, bias_model_arch_params, name_prefix="main") else: model = get_model(tasks, model_arch_params, name_prefix="main")
Thanks!!
Is there any update on this question?
Dear developers,
I wonder if there is documentation/example for training based on Dnase/ATAC-seq input? I would highly appreciate suggestions on parameter tweaking!!
It seems ATAC/Dnase are supported model architectures from these lines in
train_and_validate
:Thanks!!