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

Image Segmentation: gluoncv.model_zoo.resnet50_v1b(pretrained=True) not available #168

Closed
ThomasDelteil opened this issue Jun 20, 2018 · 3 comments

Comments

@ThomasDelteil
Copy link
Contributor

pretrained_net = gluoncv.model_zoo.resnet50_v1b(pretrained=True)

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-10-4bcb8b012a53> in <module>()
----> 1 pretrained_net = gluoncv.model_zoo.resnet50_v1b(pretrained=True)

AttributeError: module 'gluoncv.model_zoo' has no attribute 'resnet50_v1b'

Does the tutorial needs to be updated?

@hetong007
Copy link
Member

Please wait for (or try) this PR: #161

@zhanghang1989
Copy link
Contributor

I guess your gluoncv version is far behind the master branch. Please install from source and try again.

@ThomasDelteil
Copy link
Contributor Author

ThomasDelteil commented Jun 20, 2018

@hetong007 ok thanks
edit: @zhanghang1989 you are correct, it does load with latest build.

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

No branches or pull requests

3 participants