mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
15 lines
244 B
YAML
15 lines
244 B
YAML
|
|
task:
|
|
- mnist
|
|
- classification_small
|
|
- tabular
|
|
max_epochs: 1
|
|
optimizer:
|
|
- name: my_sgd_optimizer
|
|
engine:
|
|
seed: [42]
|
|
data_dir: examples/data
|
|
output_dir: outputs/experiment_my_sgd_optimizer
|
|
train: true
|
|
test: true
|
|
plot: false
|