This node allows custom training and fine-tuning/transfer learning 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 deep learning network. Referred to as input_network in the Python script. Can be any deep learning network which can be used in Python.
- Type: TableData TableThe input table. Referred to as input_table in the Python script, where it is a pandas.DataFrame.