Files
foundry/models/rfd3/configs/debug/train_specific_examples.yaml
Jasper Butcher 5e7b739ed3 Add initial RFD3 Files and passing tests
* Add initial files

* add files

* Move projects.aa_design -> rfd3

* Make format

* Delete test files

* Add configs

* Mc

* Fixed tests

* remove test files
2025-11-11 10:07:43 -08:00

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