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
21 lines
449 B
YAML
21 lines
449 B
YAML
# @package _global_
|
|
|
|
# See: https://hydra.cc/docs/patterns/configuring_experiments/
|
|
|
|
# to execute this experiment run:
|
|
# python train.py +debug=train_single_example [any other arguments]
|
|
|
|
defaults:
|
|
- default
|
|
- gpu
|
|
|
|
datasets:
|
|
# you can add specific example IDs here to load a subset of the dataset (training)
|
|
subset_to_example_ids:
|
|
- "{['pdb', 'pn_units']}{3px1}{1}{['A_3']}"
|
|
val: null
|
|
|
|
tags:
|
|
- debug
|
|
- train
|
|
- specific-examples |