QueensGambit commented on pull request #17827:
URL: https://github.com/apache/incubator-mxnet/pull/17827#issuecomment-642250583
@RuRo I added a verbose parameter to `get_outputs` to disable the info
message when using `sym.get_internals()`.
```python
graph_shapes = MXNetGraph.get_outputs(sym.get_internals(), params,
in_shape, output_label, verbose=False)
```
I also added another unit test for using the slice operation with changing
shapes.
Finally I rebased my branch to master but I probably did this s.th. wrong
there because this resulted in tons of additional commits.
Maybe it is better to create a new clean PR from current master.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]