deepke/conf/config.yaml

17 lines
277 B
YAML
Raw Normal View History

2019-12-03 18:47:25 +08:00
# ??? is a mandatory value.
# you should be able to set it without open_dict
# but if you try to read it before it's set an error will get thrown.
# populated at runtime
cwd: ???
defaults:
- hydra/output: custom
- preprocess
- train
- embedding
2019-12-03 22:36:59 +08:00
- model: capsule
2019-12-03 18:47:25 +08:00