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

Error #1

Open
deep0learning opened this issue Nov 28, 2018 · 4 comments
Open

Error #1

deep0learning opened this issue Nov 28, 2018 · 4 comments

Comments

@deep0learning
Copy link

deep0learning commented Nov 28, 2018

I am using tensorflow 1.3.0 version with python 2 environment and I am getting the following error. may I know is that error is because of tensorflow version? If it is which version you are using?
centers0=tf.unsorted_segment_mean(features,labels,num_classes) AttributeError: 'module' object has no attribute 'unsorted_segment_mean'

@ZhangJUJU
Copy link

I am using tensorflow 1.3.0 version with python 2 environment and I am getting the following error. may I know is that error is because of tensorflow version? If it is which version you are using?
centers0=tf.unsorted_segment_mean(features,labels,num_classes) AttributeError: 'module' object has no attribute 'unsorted_segment_mean'

update your tensorflow (version>=1.8)

@A-bone1
Copy link
Owner

A-bone1 commented Dec 4, 2018

@ZhangJUJU The code of center-based should be run by tensorflow 1.9.0

@ZhangJUJU
Copy link

@ZhangJUJU The code of center-based should be run by tensorflow 1.9.0

got it.

@deep0learning
Copy link
Author

@A-bone1 solved. Thanks.

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