diff --git a/README.md b/README.md index ddf9780..779d9ce 100644 --- a/README.md +++ b/README.md @@ -172,14 +172,14 @@ We welcome the community to help expand and improve our framework! This guide ou cfg.model.num_nodes = 0 cfg.model.rnn_units = 64 cfg.model.dropout = 0.1 -``` + ``` 3. **Add Nested Parameters** If needed, create nested parameters using `CN()`: ```python cfg.model.next = CN() cfg.model.next.default = 1 -``` + ``` 4. **Sync Parameters Across Configs** Ensure the parameters in `cfg_model` align with those in other configs (e.g., `cfg_trafficflow`) to avoid compatibility issues across systems (Windows, Linux, etc.).