deep-learning-keras-tf-tutorial icon indicating copy to clipboard operation
deep-learning-keras-tf-tutorial copied to clipboard

Error in churn prediction

Open theraghavjuneja opened this issue 1 year ago • 0 comments

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

theraghavjuneja avatar Mar 12 '24 10:03 theraghavjuneja