Tell us what’s happening:
I’m getting an error executing the code on the notebook: AttributeError: module 'tensorflow' has no attribute 'estimator'
. I tried to install different version of TensorFlow, but I didn’t find how to solve the problem.
I bealive that TensorFlow don’t recommend thy way of doing things anymore. I hope some day this tutorial would receive an update. But until then, is there a workaround?
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0
Challenge Information:
TensorFlow - Core Learning Algorithms: Building the Model
I’ve been running into similar problems.
In the notebook he will link to a tensorflow dot org tutorial that the lesson was based on.
https://www.tensorflow.org/tutorials/estimator/linear
They are updated with the new workflow. It’s very different though and I haven’t been able to use them as a plug-in workaround, but it’s good to see how it’s been updated.
When the notebooks break I’ve just been following with the video to get through that step, and making note of the new tensorflow tutorials to look over after.
1 Like
Thanks!
There is a quick tart notebook for TF2: TensorFlow 2 quickstart for beginners
1 Like
Should we just be using those instead?
I was wondering if it matters for the final projects, but I imagine the newer docs would be more applicable (especially since these old notebooks don’t even run anymore…)
I have no idea how the final project is assessed. I’m not there yet. But I hope that the answer is what is important, not the code used to generate it.