Lutz Roeder

Results 86 comments of Lutz Roeder

See #96. Feedback is welcome.

``` keras_model.save('test.h5') !pip install netron import netron netron.start('test.h5', 8081) ```

@alexanderganderson can you investigate and submit a pull request.

@Vozf can you please implement this feature an submit a pull request.

@linkerzhang could this be implemented as an [ONNX Optimizer](https://github.com/onnx/onnx/blob/master/docs/Optimizer.md)?

[myModel.txt.zip](https://github.com/lutzroeder/netron/files/12267629/myModel.txt.zip)

The graph has more than 5000 nodes and the graph layout is choking. Tried running GraphViz and it's running forever as well. Those graphs will need an expand and explore...

@yairb-gm can you please share a sample file?

[netron_issue_342.zip](https://github.com/lutzroeder/netron/files/3918584/netron_issue_342.zip)

@leosh64 @KarelPeeters @AlessandroMondin can you investigate this and suggest a fix. dagrejs/dagre#239 has some context. The paper describing the algorithm can be found [here](https://www.semanticscholar.org/paper/Fast-and-Simple-Horizontal-Coordinate-Assignment-Brandes-Köpf/69cb129a8963b21775d6382d15b0b447b01eb1f8) and the code [here](https://github.com/lutzroeder/netron/blob/1c8316d6a99111eee8fbe91efb85913a43d5e791/source/dagre.js#L1806-L1843).