Skip to content

canari_ml plot CLI Help

Run the following command to get the help information for canari_ml plot command:

$ canari_ml plot --help
plot is powered by Hydra.

== Configuration groups ==
Compose your configuration from those groups (group=option)

callbacks: default, early_stopping, model_checkpoint
common: default
hydra_config: predict, train
logger: csv, tensorboard, wandb
model: default, unet
paths: default, download, plot, postprocess, predict, preprocess, train
plot: default, ua700
postprocess: default, netcdf, plot_ua700
predict: default
preprocess: default
profiler: pytorch
train: default
trainer: default


== Config ==
Override anything in the config (foo.bar=value)

train:
  name: ???
predict:
  name: ???
  dates:
  - 2000-2-1
  dataset: ???
  seed: 42
  workers: 4
  batch_size: 4
  checkpoint_path: null
verbose: true
paths:
  predict: outputs/${train.name}/prediction/${predict.name}
postprocess:
  name: postprocess
frequency: DAY
hemisphere: north


Powered by Hydra (https://hydra.cc)
Use --hydra-help to view Hydra specific help