tensorflow_tutorials
tensorflow_tutorials copied to clipboard
nan values in regression model
Hi, I get nan value for loss when I use the quadratic model Y_predicted = X * X * w + X * u + b What is the possible reason for this?