Input Node
The Input Node passes input from a dataset to your model's layers

Setup
The Input Node defines the data source for your network. It should be pointed to the input that will serve as your network's data source.
The input node have several properties:
Selected Input: a dropdown from which an input can be selected in case multiple Input Encoders were registered in the integration script.
Name: The name of the selected input encoder in the integration script
Shape: The inferred shape of the input encoder in the integration script
Last updated
Was this helpful?