Error with shape in tflearn(neural network)
问题 I'm write a code in my data test, but have error in shape. my matrix "X" contains 4 columns and 3824 lines. I want to predict the dose of radiation in a certain place with 4 inputs and 1 output In the future I will increase the entries but I want to do a test with this database first using example: https://github.com/tflearn/tflearn/blob/master/examples/images/dnn.py code: from __future__ import division, print_function, absolute_import import tflearn from sklearn import preprocessing import