Dataset Node

The Dataset Block passes input from a dataset to your model's layers

Setup

The Dataset block defines the data source for your network. It should be pointed to the Dataset that will serve as your network's data source.

To set up a Dataset block:

  1. On a project's Network view, click the Dataset block to open the Dataset Details panel to the right.

  2. Select the Dataset Instance you want to connect to from the Connected Dataset list.

  3. Once connected, the dataset block will reflect its valid status and show the Inputs set within the selected dataset.

Script Version

In case of any changes to the Dataset Script in the current dataset, an Update button appears on the Dataset Block. Click this button to point the Dataset Block to the dataset's newest version.

Last updated