diff --git a/docs/readthedocs/source/doc/DLlib/Overview/nnframes.md b/docs/readthedocs/source/doc/DLlib/Overview/nnframes.md index dcfcec23..c7de71a9 100644 --- a/docs/readthedocs/source/doc/DLlib/Overview/nnframes.md +++ b/docs/readthedocs/source/doc/DLlib/Overview/nnframes.md @@ -212,7 +212,7 @@ val model = nnModel.getModel() **Python:** ```python -model = nn_model.model +model = nn_model.getModel() ``` ---