Skip to content

Conversation

bakwc
Copy link
Contributor

@bakwc bakwc commented Feb 8, 2020

Followed steps from README, got AttributeError on
model = pspnet_50_ADE_20K()
There is no function resize_images, replaced it to resize (it helped - model sucessfuly loaded and predicted my test images).

@divamgupta
Copy link
Owner

Thanks for the PR. tf.image.resize does not work with older versions of tensorflow. Maybe you could add a try/catch so that all versions of tf are supported.

@bakwc
Copy link
Contributor Author

bakwc commented Feb 19, 2020

Fixed.

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

Successfully merging this pull request may close these issues.

2 participants