deep-learning-keras-tf-tutorial
deep-learning-keras-tf-tutorial copied to clipboard
Error in churn prediction
ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type int) Encountered this error for the same. On deep research, I found that it was due to udi8 and bool mis-errors in older(yours) andcurrent version(where tf reads them as bool). Need to maintain a consistent data type along it. Already created a pull request for it