Import Model¶
Imports a model from disk
Documentation¶
Imports a model from disk
Warning
This node is not secure. Only import models you trust.
The model data type is based on Python’s pickle protocol, and as such it can trigger execution of arbitrary code when imported.
See also: https://docs.python.org/3/library/pickle.html#pickle-inst
Definition¶
Input ports¶
- filename datasource
Datasource
Output ports¶
- out-model model
Output model
Implementation¶
- class node_io.Import[source]