Custom

The Custom component provides a generic component in which you can write Python (e.g., TensorFlow) code.

The component's input socket must be connected to another component that provides input data, and the output socket must be connected to another component to output the transformed data to.

Last updated