This node allows custom creation of a (Python compatible) deep learning network in a local Python installation via a user-defined script. The path to the Python executable has to be configured in Preferences → KNIME → Python. It also allows to import Jupyter notebooks as Python modules via the knime_jupyter module that is part of the Python workspace.
- Type: DLPythonNetworkPortObjectDeep Learning NetworkThe output deep learning network. This is the content of the variable output_network which has to be defined in the script and has to be a deep learning network known to KNIME. The network can then be used in common "DL Python" nodes or in nodes which are specific to the network type.