mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Initial commit of chiral changes Initial checkin of chiral feature code Add chiral metric * Update the way chiral features are incorporated into the model Move initialization to new func use default pytorch reset parameters fix initialization for chirals config rename argument of confidence head fix initialization for chirals * refactor: src nest, rename rf2aa to modelhub * refactor: initial commit without projects * Initial commit of chiral changes * Initial checkin of chiral feature code * Add chiral metric * Remove option for double residual connection. Add kq_norm oiptions to base (20250125) config. * Restoring flag * config * rename argument of confidence head * Update the way chiral features are incorporated into the model * config * rename argument of confidence head * Update the way chiral features are incorporated into the model * Initial commit of chiral changes Initial checkin of chiral feature code Add chiral metric * Update the way chiral features are incorporated into the model Move initialization to new func use default pytorch reset parameters fix initialization for chirals config rename argument of confidence head fix initialization for chirals * refactor: new modelhub --------- Co-authored-by: fdimaio <dimaio@uw.edu> Co-authored-by: HaotianZhangAI4Science <haotianzhang@zju.edu.cn>
21 lines
583 B
YAML
21 lines
583 B
YAML
# AF3 dataset configuration with monomer distillation
|
|
|
|
defaults:
|
|
- base
|
|
# The @ symbol specifies the tree under which the item will be attached to the config
|
|
- train/pdb/af3_train_interface@train.pdb.sub_datasets.interface
|
|
- train/pdb/af3_train_pn_unit@train.pdb.sub_datasets.pn_unit
|
|
- train:
|
|
- monomer_distillation
|
|
- val/af3_validation@val.af3_validation
|
|
- _self_
|
|
|
|
# Dataloading pipeline to use
|
|
pipeline_target: datahub.pipelines.af3.build_af3_transform_pipeline
|
|
|
|
# Dataset weighting
|
|
train:
|
|
pdb:
|
|
probability: 0.5
|
|
monomer_distillation:
|
|
probability: 0.5 |