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

Astypecorrection error in X_train and X_Test #16

Open theraghavjuneja opened 8 months ago

theraghavjuneja commented 8 months ago

Resolved this error " Failed to convert a NumPy array to a Tensor (Unsupported object type int)." Simply used astype for a consistent conversion and avoiding error