... | @@ -48,7 +48,7 @@ The menu bar is located at the top of the application. It consists of some menus |
... | @@ -48,7 +48,7 @@ The menu bar is located at the top of the application. It consists of some menus |
|
- **File -> Save Project** - Saves the current project.
|
|
- **File -> Save Project** - Saves the current project.
|
|
- **File -> Import Network** - Opens a dialog to import a network. The network file has to be a .prototxt file.
|
|
- **File -> Import Network** - Opens a dialog to import a network. The network file has to be a .prototxt file.
|
|
- **File -> Import Solver** - Opens a dialog to import a solver. The solver has to be a .protoxt file. If the solver definition contains a network reference, the application will ask the user if he would like to import the network along with the solver.
|
|
- **File -> Import Solver** - Opens a dialog to import a solver. The solver has to be a .protoxt file. If the solver definition contains a network reference, the application will ask the user if he would like to import the network along with the solver.
|
|
- **File -> Export Network** - Opens a dialog for selecting a filename. Barista will export the current network as a prototxt file and save it to the selected filename. (LINK)
|
|
- **File -> Export Network** - Opens a dialog for selecting a filename. Barista will [export](manual-training#prototxt-export) the current network as a prototxt file and save it to the selected filename.
|
|
- **File -> Export Solver** - Opens a dialog for specifying the way of exporting the solver. It is possible to inline the current network in solver or reference to an existing network prototxt. (LINK)
|
|
- **File -> Export Solver** - Opens a dialog for specifying the way of exporting the solver. It is possible to inline the current network in solver or reference to an existing network prototxt. (LINK)
|
|
- **File -> Recent Nets** - Contains the list of the last five networks imported into barista.
|
|
- **File -> Recent Nets** - Contains the list of the last five networks imported into barista.
|
|
- **File -> Recent Solvers** - Contains the list of the last five solvers imported into barista.
|
|
- **File -> Recent Solvers** - Contains the list of the last five solvers imported into barista.
|
... | @@ -84,13 +84,6 @@ The caffe path can be selected by using the **Settings** menu. |
... | @@ -84,13 +84,6 @@ The caffe path can be selected by using the **Settings** menu. |
|
|
|
|
|
- **Settings -> Change Caffe Path** - Opens the dialog to change the caffe path.
|
|
- **Settings -> Change Caffe Path** - Opens the dialog to change the caffe path.
|
|
|
|
|
|
### Sort
|
|
|
|
|
|
|
|
The elements of the graph view area can be ordered automatically by using the **Sort** menu.
|
|
|
|
|
|
|
|
- **Sort -> Sort** - Sorts all elements in the area horizontically.
|
|
|
|
- **Sort -> Sort vertical** - Sorts all elements in the area vertically.
|
|
|
|
|
|
|
|
## Other
|
|
## Other
|
|
All docks (which exclude the graph editor) can get hidden, moved, detached and resized individually.
|
|
All docks (which exclude the graph editor) can get hidden, moved, detached and resized individually.
|
|
|
|
|
... | | ... | |