HAR icon indicating copy to clipboard operation
HAR copied to clipboard

Results 2 HAR issues
Sort by recently updated
recently updated
newest added

When you try to run the code with the latest version of tensorflow (1.14) you'll have this error : File "cnn_uci.py", line 127, in h_hidden = tf.concat(1, [h_flat, h_feat]) ......

![default](https://user-images.githubusercontent.com/26434203/53804322-2e80c480-3f82-11e9-926d-4c52bdbc7cd6.PNG) In this MATLAB function, the input variable x is always 1 by 128 thus n is identical to 1. As a sequence, hist(x,10)/n == hist(x,10), leading to nondistinctive feature...