feat: add modular configuration files
This commit is contained in:
parent
3b8c347715
commit
2a7537f51c
14 changed files with 150 additions and 0 deletions
7
configs/experiment/dev_test.yaml
Normal file
7
configs/experiment/dev_test.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Testing Experiment Configuration
|
||||
# Quick experiment for local development/testing.
|
||||
|
||||
exp_name: "dev_test_brittle_star"
|
||||
seed: 42
|
||||
torch_deterministic: true
|
||||
cuda: true
|
||||
Reference in a new issue