My classifier has very big loss and accuracy is always 0
问题 I'm training a classifier to get a factor for an optimization. My data-set contains 800 samples as beginning (some are similar with just few modification). I developed my model with TensorFlow using GoogleColab environment. I have used a simple MLP for this problem, with 3 hidden layers each one has 256 nodes as first stage. I have also 64 classes 😬 . I have variable length inputs and I had fixed this problem with "-1" padding . with my actual features I know that I will get bad accuracy, but