NaN loss when training regression network

后端 未结 17 2333
渐次进展
渐次进展 2020-11-29 16:28

I have a data matrix in \"one-hot encoding\" (all ones and zeros) with 260,000 rows and 35 columns. I am using Keras to train a simple neural network to predict a continuou

17条回答
  •  猫巷女王i
    2020-11-29 16:31

    Try to check your data if there are NAN values. Removing NAN values solve the problem for me.

提交回复
热议问题