LogoLogo
  • Tensorleap
  • Examples
    • Semantic Segmentation
    • Image Analysis
    • Sentiment Analysis
    • MNIST Project Walkthrough
    • IMDB Project Walkthrough
  • Quickstart using CLI
  • Guides
    • Full Guides
      • MNIST Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
      • IMDB Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
    • Integration Script
      • Preprocess Function
      • Input Encoder
      • Ground Truth Encoder
      • Metadata Function
      • Visualizer Function
      • Prediction
      • Custom Metrics
      • Custom Loss Function
      • Custom Layers
      • Unlabeled Data
      • Examples
        • CelebA Object Detection (YoloV7)
        • Wikipedia Toxicity (using Tensorflow Datasets)
        • Confusion Matrix
        • CelebA Classification (using GCS)
  • Platform
    • Resources Management
    • Project
    • Dataset
    • Secret Manager
    • Network
      • Dataset Node
      • Layers
      • Loss and Optimizer
      • Visualizers
      • Import Model
      • Metrics
    • Evaluate / Train Model
    • Metrics Dashboard
    • Versions
    • Issues
    • Tests
    • Analysis
      • helpers
        • detection
          • YOLO
    • Team management
    • Insights
  • API
    • code_loader
      • leap_binder
        • add_custom_metric
        • set_preprocess
        • set_unlabeled_data_preprocess
        • set_input
        • set_ground_truth
        • set_metadata
        • add_prediction
        • add_custom_loss
        • set_visualizer
      • enums
        • DatasetMetadataType
        • LeapDataType
      • datasetclasses
        • PreprocessResponse
      • visualizer_classes
        • LeapImage
        • LeapImageWithBBox
        • LeapGraph
        • LeapText
        • LeapHorizontalBar
        • LeapImageMask
        • LeapTextMask
  • Tips & Tricks
    • Import External Code
  • Legal
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Dataset Related Sections
  • Dataset Script
  • Dataset Instance
  • Add a Dataset Instance
  • Delete a Dataset Instance

Was this helpful?

  1. Platform

Dataset

Add a dataset instance prior to building a model

PreviousProjectNextSecret Manager

Last updated 3 years ago

Was this helpful?

Within the Tensorleap platform, a contains the and properties for reading and encoding the data that will later be used when training, evaluating and analyzing a model.

Dataset Related Sections

Additionally, store sensitive information and credentials securely with .

Dataset Script

In order for the Tensorleap platform to read and encode the data, it must be supplied with a Dataset Script. The DatasetScript is stored within the Dataset Instance, at which the Dataset Block points and used as input/ground truth encoders.

More info about can be found at .

Dataset Instance

To integrate your data into the Tensorleap platform, you need to add a Dataset Instance. Once it is set and configured, you can use it with a model.

Add a Dataset Instance

To add a Dataset Instance:

  1. On the Resources Management window, under the Datasets section, click New Dataset.

  2. Click Save. This adds the dataset to the list on the lower left.

Delete a Dataset Instance

You can delete dataset instances that you do not use anymore in your projects from your list of Datasets. This will make the list in your account more manageable.

To delete a Dataset Instance:

  1. On the Resources Management window, under the Datasets section, look for the Dataset Instance to be deleted from the list.

Click on the side menu, then .

On the Dataset Editor, select a Secret (see ), and dataset name.

Enter the dataset script (see ) into the Code Editor.

Click the side menu, then .

When you find the Dataset, position your cursor over the record, then click and Delete Dataset.

Resources Management
Secret Manager
Resources Management
Dataset Script
Secret Manager
Dataset Script
Dataset Instance
Dataset Script
Dataset Script
Dataset Instance
UI Data Instances (left) and a Dataset Script (right)
Adding a Dataset
Deleting a Dataset