↧
Answer by Gustav Oskarsson for Tensorflor/TFLearn Cannot feed value of shape
Thanks for the answer! I got the problem solved, so here is the code: import numpy as np import tflearn from tflearn.data_utils import load_csv from numpy import genfromtxt data, target =...
View ArticleTensorflor/TFLearn Cannot feed value of shape
I want to do the tensorflow example "Boston housing prices" in TFLearn. But I get shape error. Here is my code: import tflearn from tflearn.data_utils import load_csv data, target =...
View Article