Skip to main content

Link dataset

trainingObject = user.linkModelDataset('datasetID')

You can find the Dataset ID in the "Experiments" view on our web-app:

Dataset ID

The Dataset ID for a collaboration dataset can also be found in the collaboration:

Dataset ID Collaboration

info
  • The most recently uploaded model will be linked to the dataset.
  • The model should be compatible with the dataset. You can refer to Model Structure. In short:
    • The Input shape of the model and dataset should match.
    • The models channels should be set to 3.
    • The number of classes of the model and the dataset should match.