mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Add initial files * add files * Move projects.aa_design -> rfd3 * Make format * Delete test files * Add configs * Mc * Fixed tests * remove test files
35 lines
807 B
YAML
35 lines
807 B
YAML
# @package _global_
|
|
defaults:
|
|
- ppi_hdm
|
|
- ../datasets/val/val_examples/bcov_ppi_easy_medium_with_ori_spoof_helical_bundle@datasets.val.bcov_ppi_easy_medium.dataset.data
|
|
- _self_
|
|
|
|
name: ppi_hdm_ss
|
|
tags:
|
|
- atom14
|
|
- ppi
|
|
- atom-level-hotspots
|
|
- secondary-structure-conditioning
|
|
- ${datasets.global_transform_args.central_atom}
|
|
- 05-23-branch
|
|
- sl2-base
|
|
- full-binder-crop
|
|
- crop-size-384
|
|
- diffused-centered
|
|
- motif-t-zero
|
|
- seq-head-detached
|
|
|
|
datasets:
|
|
global_transform_args:
|
|
meta_conditioning_probabilities:
|
|
add_1d_ss_features: 0.3
|
|
|
|
model:
|
|
net:
|
|
diffusion_module:
|
|
diffusion_atom_encoder:
|
|
c_atom_1d_features: 398
|
|
atom_1d_features:
|
|
is_helix_conditioning: 1
|
|
is_sheet_conditioning: 1
|
|
is_loop_conditioning: 1 |