Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

visualize with global_pooling and no kernel crashes. #14245

Closed
danielgilon opened this issue Feb 24, 2019 · 3 comments · Fixed by #14425
Closed

visualize with global_pooling and no kernel crashes. #14245

danielgilon opened this issue Feb 24, 2019 · 3 comments · Fixed by #14425
Labels

Comments

@danielgilon
Copy link

danielgilon commented Feb 24, 2019

Using Python. Trying to visualize with global_pooling and no kernel crashes.

The visualization code fails when trying to run:

graph = mx.viz.plot_network(symbol)

on the layer below:

symbol = mx.sym.Pooling(data = data, global_pool = True, pool_type = 'avg') 

while it works on when setting a kernel:

symbol = mx.sym.Pooling(data = data, global_pool = True, pool_type = 'avg', kernel = (1, 1)) 

labels: Bug

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Bug

@danielgilon
Copy link
Author

danielgilon commented Feb 24, 2019

relates to: #7814 #2544

@frankfliu
Copy link
Contributor

@mxnet-label-bot add [Bug]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants