Training Data Setup

NetBook Currently supports only connected accounts. We support the below data stores

  • AWS EBS-Volumes

  • AWS EBS-Snapshots

  • Azure-Volumes

  • Azure-Snapshots

Please make sure your training data is already on any of these to kick start your training jobs.

Here is how you can upload your data to AWS EBS-Volumes

  1. Navigate to AWS Management Console.

  2. Select the region you want to use the instances to run your experiments

  3. Search for EBS in search bar. Select Volumes

  4. Create a Volume. NOTE: Volumes can't be directly used to upload data

  5. Search for EC2 Instances.

  6. Create a basic EC2 instance. NOTE: Make sure that the instance is in the same region as Volume.

  7. Navigate to Volumes in console.

  8. Select the volume.

  9. Now you can login to the instance and download your dataset or copy your data to the instance. NOTE: Make sure that you download data into the volume mounted directory

  10. Once this exercise is done, please verify if the data is in the volume and you can proceed to stop the instance.

  11. Save the Volume ID or navigate to volumes to get the volume ID which can be used in the next section

Now we have everything ready to Start a New Training Job on NetBook UI

Last updated