Modeling Tool
Last updated
Last updated
Key elements of the Modeling Tool Toolbar:
Undo/redo: performs an undo or redo of the last action performed.
Run: starts the model training process and switches to the Statistics View.
Got to statistic: displays the Statistics View (only available when the model is or has completed training).
Weights: Load and use your most recent checkpoint.
Preview: toggles previews in the workspace on or off. Previews show what the transformed data looks like for each component.
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.
Pane Toggle: toggles displays of the right-hand workspace panes.
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.
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.
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 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.