expose getModel in pynnmodel (#3778)
This commit is contained in:
parent
862c530685
commit
029216909d
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ val model = nnModel.getModel()
|
||||||
|
|
||||||
**Python:**
|
**Python:**
|
||||||
```python
|
```python
|
||||||
model = nn_model.model
|
model = nn_model.getModel()
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue