Pietro M.

Results 5 issues of Pietro M.

In the class diagrams, reduce the size of Public, Protected and Private tags and corresponding icons. At the moment, they take too much space.

feature

Now, in class diagrams, we have the option to: 1) Show all class members. 2) Only show members which are pointed to by other classes. 3) Only show the class...

feature

With this command: `convert.py --caffemodel ./VGG_ILSVRC_19_layers.caffemodel --data-output-path ./TF_conv/dataOutput.npz --code-output-path ./TF_conv/codeOutput.py ./VGG_ILSVRC_19_layers_deploy.prototxt` I get this code output file: ``` from kaffe.tensorflow import Network class VGG_ILSVRC_19_layers(Network): def setup(self): (self.feed('data') .conv(3, 3, 64,...

For me, the most useful feature would be a graphics UML output (similar to what provided by Doxygen). Will this feature be added in the future? Thanks

Feature

When saving a project, the only possible location is `/home/pietrom/snap/modelio/20/modelio/workspace/` (Linux version). How can I save the model in my own project directory? In the menu, there is only the...