... | ... | @@ -19,7 +19,7 @@ Rectangular selection - Hold CTRL and drag the left mouse button |
|
|
Move layers - Click and drag the layer / any selected layer
|
|
|
Center view on specific layer - Right click a layer in the **Network Layers**-dock and select **Focus** from the context menu
|
|
|
|
|
|
### Creating new layers
|
|
|
### Managing Layers
|
|
|
![manual-nodeeditor-drag-drop](/uploads/226c41c1dfbf3f820e2df446bafc3fce/manual-nodeeditor-drag-drop.png)
|
|
|
To create a new layer node, drag the layer type name from the **Layers**-dock into the graph editor. This creates a new layer of the given type with the default name **[type] #[number]**. The new layer has no top/bottom blobs. Default parameters get added if available (e.g. *convolution_param* for *Convolution* layers)
|
|
|
By dropping the layer type name on an existing layer node, you can choose to replace the existing layer with the new layer type. This will **remove all parameters** from the layer with the exception of top/bottom blobs and their connections.
|
... | ... | @@ -28,6 +28,8 @@ The list of available layer types can be filtered by typing part of the name in |
|
|
|
|
|
It is also possible to copy and paste layers by selecting the layers, **right clicking** any selected layer and select **Copy** from the context menu, or by pressing **CRTL-C**, use **right click** **Paste** or **CRTL-V** to create the copy. The new layers have the same amount of top and bottom blobs, top blobs get renamed to be unique, parameters will get copied, connections between copied layers get preserved.
|
|
|
|
|
|
Selected layers can be deleted by pressing **Del**. All connections, connected to the selected layers will get removed.
|
|
|
|
|
|
All layers currently in the network are listed in the **Network Layers**-Dock. The list can get sorted by order, name or type in ascending or descending order, by clicking the captions. Order represents the connection hierarchy of the nodes, where layers with a top blob have a smaller order number than connected bottom blob layers.
|
|
|
![network-layers](/uploads/93ee3f888472792355996036d47a51a9/network-layers.png)
|
|
|
|
... | ... | |