Machine Learning with Python Projects - Neural Network SMS Text Classifier

I remember this issue… I’ll try to find the post, but I believe its because there is a line in the imports that is upgrading your code to the latest version with isn’t compatible… Ah found it…

Below is the thread… I believe the issue was an import of tf_nightly… which downloads the most up to date version… which isn’t compatible or something. I just commented that out, and everything else worked fine.