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
18 lines
235 B
YAML
18 lines
235 B
YAML
# @package _global_
|
|
|
|
defaults:
|
|
- rfd3-ablation-control
|
|
- _self_
|
|
|
|
name: rfd3-ablation-recycling
|
|
|
|
model:
|
|
net:
|
|
diffusion_module:
|
|
n_recycle: 1
|
|
|
|
inference_sampler:
|
|
num_timesteps: 200
|
|
|
|
trainer:
|
|
n_recycles_train: 1 |