-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
update your tensorflow (version>=1.8) |
@ZhangJUJU The code of center-based should be run by tensorflow 1.9.0 |
got it. |
@A-bone1 solved. Thanks. |
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'
The text was updated successfully, but these errors were encountered: