JDDA icon indicating copy to clipboard operation
JDDA copied to clipboard

Error

Open deep0learning opened this issue 6 years ago • 4 comments

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'

deep0learning avatar Nov 28 '18 01:11 deep0learning

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)

ZhangJUJU avatar Nov 28 '18 02:11 ZhangJUJU

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

A-bone1 avatar Dec 04 '18 17:12 A-bone1

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

got it.

ZhangJUJU avatar Dec 11 '18 07:12 ZhangJUJU

@A-bone1 solved. Thanks.

deep0learning avatar Dec 11 '18 23:12 deep0learning