The error is because of the following python line: train_labels = train_labels / 255.0. Here you have divided by 255.0 to scale the values so that it ...
確定! 回上一頁