Open rosenangua opened 4 years ago
I found that inputs = [data[j][0] for j in range(10)] labels = data[0][1]. labels is a a constant value. How should it be modified?
I found that inputs = [data[j][0] for j in range(10)] labels = data[0][1]. labels is a a constant value. How should it be modified?