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
  • Issues Overview
  • Issues
  • Adding a new issue

Was this helpful?

  1. Platform

Issues

Share issues across your team

PreviousVersionsNextTests

Last updated 2 years ago

Was this helpful?

Issues Overview

Issues in Tensorleap are composed via the issues panel which is shown once you click on the dashboard view at the top. From this panel, you can view your current issues and add new issues.

Issues

Issues in Tensorleap are a list of items that require the team's future attention. Each issue could be assigned to a team member, refer to a branch, and have a status: open/closed.

Adding a new issue

  1. Press the + button on the top

  2. Add an issue title

  3. (Optional) Assign this issue to a team member

  4. (Optional) set the branch relevant to this issue

  5. (Optional) Add Tags to the issue

  6. (Optional) Leave a comment that describes this issue

Editing an issue

Once we made some progress with an issue, we can update its status to let our team know that this is resolved / in progress.

  1. Click the issue to open it

  2. Change Status / Add comment / Assign the issue to a team member

  3. Press the "back" arrow to see the changes reflected on the issues panel

Opening a new issue
Editing an Issue