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

roi_pool problem #32

Closed
waallf opened this issue Dec 11, 2018 · 1 comment
Closed

roi_pool problem #32

waallf opened this issue Dec 11, 2018 · 1 comment

Comments

@waallf
Copy link

waallf commented Dec 11, 2018

when perform code in lib.networks.models._vgg_fc

feed_in, dim = (input, int(input_shape[-1]))

occur this problem:

feed_in, dim = (input, int(input_shape[-1]))
TypeError: __int__ returned non-int (type NoneType)
We've got an error while stopping in post-mortem: <class 'KeyboardInterrupt'>

I think caused by roi_pool. Hope you could help me to solve it.

@danfeiX
Copy link
Owner

danfeiX commented Dec 12, 2018

Make sure you are using the correct version of TensorFlow

@waallf waallf closed this as completed Dec 14, 2018
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

2 participants