The input shape must match the shape of the array returned in "{{uiState.insertFeature}}" processing. Show more…

The shape is a tuple of integers that does not include the batch size. For example, shape=(32,) means that the expected input is batches of 32-dimensional vectors.

The processing of "{{uiState.insertFeature}}" is the following

Show less…

Fill the shape of the input, then insert the following code

{{uiState.insertStartInputCode}}{{uiState.insertEndInputCode}}