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
61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
# @package _global_
|
|
# Ablation experiment base for RFD3
|
|
#
|
|
|
|
defaults:
|
|
- rfd3-full
|
|
- _self_
|
|
|
|
name: rfd3-ablation-control
|
|
tags:
|
|
- rfd3
|
|
- ablation
|
|
|
|
# Fresh weights
|
|
ckpt_path: null
|
|
|
|
datasets:
|
|
# Reset training conditions:
|
|
global_transform_args:
|
|
|
|
# Turn off reference conformer generation
|
|
generate_conformers: False
|
|
|
|
train_conditions:
|
|
|
|
unconditional:
|
|
frequency: 99999
|
|
island:
|
|
frequency: 0.0
|
|
sequence_design:
|
|
frequency: 0.0
|
|
tipatom:
|
|
frequency: 0.0
|
|
|
|
meta_conditioning_probabilities:
|
|
calculate_rasa: 0.0
|
|
keep_protein_motif_rasa: 0.0
|
|
calculate_hbonds: 0.0
|
|
hbond_subsample: 0.0
|
|
|
|
# fully indexed training
|
|
unindex_leak_global_index: 0.0
|
|
unindex_insert_random_break: 0.0
|
|
unindex_remove_random_break: 0.0
|
|
|
|
# Reset all validation sets except the unconditionals
|
|
val:
|
|
indexed: null
|
|
unindexed: null
|
|
sm_binder_hbonds: null
|
|
mcsa_41_short_rigid: null
|
|
|
|
unconditional:
|
|
dataset:
|
|
eval_every_n: 1
|
|
|
|
# Large datasets
|
|
unconditional_deep:
|
|
dataset:
|
|
eval_every_n: 8
|