File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,26 @@ defaults:
2323base_path : /local/path/to/my/data
2424` ` `
2525
26- Alternatively, you can apply overrides at the command line like this:
26+ You can then run this with, e.g.:
27+
28+ ` ` ` bash
29+ uv run zebra datasets create --config-name <your local config>.yaml
30+ ```
31+ You can also use this config to override other options in the ` zebra.yaml ` file, as shown below:
32+
33+ ``` yaml
34+ defaults :
35+ - zebra
36+ - override /model : encode_unet_decode # Use this format if you want to use a different config
37+
38+ # Override specific model parameters
39+ model :
40+ processor :
41+ start_out_channels : 37 # Use this format to override specific model parameters in the named configs
42+
43+ base_path : /local/path/to/my/data
44+ ` ` `
45+ Alternatively, you can apply overrides to specific options at the command line like this:
2746
2847` ` ` bash
2948uv run zebra datasets create ++base_path=/local/path/to/my/data
You can’t perform that action at this time.
0 commit comments