Input Node

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

The input node and its properties

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

In case your model was linked with a code integration via leap projects push command, this input might be automatically selected when uploading a model. In case you have multiple inputs to your model, you would need to select which input should be associated with each node.

Last updated

Was this helpful?