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
  • Create a Project
  • Open a Project
  • Project Layout
  • Views

Was this helpful?

  1. Platform

Project

A project defines the scope of the models and model versions for your use case.

PreviousResources ManagementNextDataset

Last updated 2 years ago

Was this helpful?

Create a Project

You can create a project after logging on to your account.

To create a project:

  1. Click the side menu on the top left.

  2. Click New Project.

  3. On the New Project window, enter a name for your project.

  4. Enter a description for the project.

  5. Click Save.

Open a Project

To open and start working on your project, click the side menu on the top left again, click Open Project, then select the project by name.

When you save your project for the first time, Tensorleap treats it as the master branch, with subsequent revisions being new branches. You can create different branches when saving a new version of a project. For more information, see Versions.

Project Layout

Views

The Project Layout has three views:

The video below shows how to navigate the Views.

The project layout has the Versions, Network and Dashboard views. Also on the top bar are the Train and Evaluate buttons, where you set the Training and Evaluation Plans for a model (see ).

- Allows saving your network into different versions (see ). Accessed by clicking .

- Where you lay out the layers and other component blocks, including the data block, visualizer, loss and optimizer blocks, in your network (see ). Accessed by clicking .

- Where you can add and view the analysis being performed on a model, and observe and query various metrics (see ). Accessed by clicking .

Evaluate/Train Model
Versions
Versions
Network
Network
Dashboard
Analysis
Creating a Project
Opening a Project
Project Layout
Navigating Project Views