-
Notifications
You must be signed in to change notification settings - Fork 911
Description
Hi Martin
Thanks for your comments. And sorry to bother you again as a completely beginner in programming.
Well, the thing is, Codelabs says it will soon update Tensorflow version to 2.x...
I am wondering it might be worth to update the code to fit the v.2.0. because the tutorial is very very valuable! If we as beginners can be free of code issues like version, a big progress will be made in one day. In the time of tensorflow 2.x, we still need this valuable tutorial, and it can continue its value that none can replace.
I hope it would not take much time. I even spot some version bugs and updated them though I got stuck with some another errors overnight, like -- invalid Object....
I mean I tried to do it myself, but failed it when it came with some difficult coding. Like this:
In file mnistdata.py, I updated it to the followings as suggested from https://www.tensorflow.org/guide/migrate
import tensorflow.compat.v1 as tf tf.disable_v2_behavior()
But it turned out an another issue not related to version: invalid Object....
Anyway, many thanks.