Modeling Tool

Modeling Tool Toolbar

Key elements of the Modeling Tool Toolbar:

  1. Undo/redo: performs an undo or redo of the last action performed.

  2. Run: starts the model training process and switches to the Statistics View.

  3. Got to statistic: displays the Statistics View (only available when the model is or has completed training).

  4. Weights: Load and use your most recent checkpoint.

  5. Preview: toggles previews in the workspace on or off. Previews show what the transformed data looks like for each component.

  6. Modeling / Notebook: toggles between the Modeling Tool and (Jupyter) Notebook code view. The notebook can be exported to a Jupyter notebook (.ipnb) file via the File > Export menu.

  7. Pane Toggle: toggles displays of the right-hand workspace panes.

Components

The component tabs above the workspace categorize all of the components that you can drag and drop onto your model.

See Components for a description of each component.

Components Pane

The pane on the right-hand side of PerceptiLabs provides an overview of the project's components, by listing each component that has been added to the model. You can click on each component listed to quickly locate and highlight that component in the workspace.

Code Editor

Click Open Code to show the Code Editor which displays the code for the currently selected component in your model. Using this editor you can modify the default code that was generated by PerceptiLabs for that component.

Notebook View

Notebook View provides a read-only view showing all of the code in your model:

You can export your code to a Jupyter Notebook as described here.

Last updated