Model Node

The Block that represents your model in the network view

The model block and the expand option

In order to support a compact visualization of large models, Tensorleap defaultively encode your model into a single block. This block is named Model.

The last layer of your model is extracted from the Model block and presented to the right of it, in order to ease the mapping creation process and enable connections to be made to it directly.

If you would like to visualize other, internal, representations of your model clicking the expand model in the left hand controller expands your model and presents all of the layers from which it is created.

The Network view after the model was expanded

Last updated

Was this helpful?