... | @@ -19,7 +19,7 @@ Rectangular selection - Hold CTRL and drag the left mouse button |
... | @@ -19,7 +19,7 @@ Rectangular selection - Hold CTRL and drag the left mouse button |
|
Move layers - Click and drag the layer / any selected layer
|
|
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
|
|
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)
|
|
![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)
|
|
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.
|
|
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.
|
... | | ... | |