Skip to content

nets get-config

Writes model config files to a custom location so users don't have to get it from the source repository.


usage: nets get-config [-h] [-t config_type] [-a model_arch] [-o ouput_file]

optional arguments:
  -h, --help            show this help message and exit
  -t config_type, --type config_type
                        The type of model configuration file to return.
                        (default: regression)
  -a model_arch, --architecture model_arch
                        The model architecture defaults to return. (default:
                        unet)
  -o ouput_file         path to the output configuration file. (default:
                        ./regression.unet.config.yml)