Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with deeplab_resnet101_coco model #492

Closed
gmalivenko opened this issue Nov 29, 2018 · 3 comments
Closed

Issue with deeplab_resnet101_coco model #492

gmalivenko opened this issue Nov 29, 2018 · 3 comments
Labels

Comments

@gmalivenko
Copy link

gmalivenko commented Nov 29, 2018

Hello there!

This issue is related to Symbol API that I use to get a model graph. When I apply it to the deeplab_resnet101_coco (and any other DeepLab-based model), I get this error:

  File "/home/nero/Files/Workspace/env/lib/python3.6/site-packages/gluoncv/model_zoo/deeplabv3.py", line 107, in hybrid_forward
    _, _, h, w = x.shape
AttributeError: 'Symbol' object has no attribute 'shape'
@ghost
Copy link

ghost commented Jan 14, 2019

I have the same issue.

@Jerryzcn
Copy link
Contributor

Jerryzcn commented Mar 22, 2019

This is due to deeplab not implemented in static graph. related issue: #547

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants