diff --git a/docs/source/common/lightning_cli.rst b/docs/source/common/lightning_cli.rst index a75c77058e..1a61b56e3c 100644 --- a/docs/source/common/lightning_cli.rst +++ b/docs/source/common/lightning_cli.rst @@ -813,6 +813,12 @@ With the encoder-decoder example model above a possible YAML that uses variable - ${model.encoder_layers} - 4 +.. note:: + + OmegaConf's interpolation only works within a single config file. Trying to interpolate across command line + arguments or using it in `parser.set_defaults` will not work. More up to date information about the interpolation + support can be found `here __`. + Optimizers and learning rate schedulers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^