codebasics / deep-learning-keras-tf-tutorial

Learn deep learning with tensorflow2.0, keras and python through this comprehensive deep learning tutorial series. Learn deep learning from scratch. Deep learning series for beginners. Tensorflow tutorials, tensorflow 2.0 tutorial. deep learning tutorial python.
https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
852 stars 1.86k forks source link

Error in churn prediction #17

Open theraghavjuneja opened 8 months ago

theraghavjuneja commented 8 months ago

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