Dataset Node
The Dataset Block passes input from a dataset to your model's layers
Last updated
The Dataset Block passes input from a dataset to your model's layers
Last updated
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:
On a project's Network view, click the Dataset block to open the Dataset Details panel to the right.
Select the Dataset Instance you want to connect to from the Connected Dataset list.
Once connected, the dataset block will reflect its valid status and show the Inputs set within the selected dataset.
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.