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

Was this helpful?

  1. Platform

Network

PreviousSecret ManagerNextDataset Node

Last updated 2 years ago

Was this helpful?

Network Layout Overview

When you open a Tensorleap project, the Network view is accessed by clicking at the top bar:

Once you add a block to your Network, you can click it to view the block's properties (and edit them, if necessary).

The image below shows a complete network, as it appears on the Network view.

On the same image, you can also see a panel with four buttons on the left side of the Network view. These buttons have the following functions:

The Network view is where you lay out the layers and other component blocks, including the , and , in your project. Right-clicking anywhere on the Network view displays a menu from which these blocks can be added.

- Centers the network on your screen.

- Displays a panel for saving a new version revision of a network. For more information, see .

- Displays a panel for importing models exported to various standard formats. For more information, see .

- Organizes the layers automatically.

Dataset Block
Loss and Optimizer
Versions
Import Model
Highlighted Network Button and View
Right-clicking anywhere on the Network view displays a menu for adding component blocks to your network
Click a block to view and edit its properties
The Network view, showing a complete network, and the highlighted panel with four buttons on the left