Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still issues with Tensorflow version #49

Open
xgxofdream opened this issue Dec 21, 2019 · 7 comments
Open

Still issues with Tensorflow version #49

xgxofdream opened this issue Dec 21, 2019 · 7 comments

Comments

@xgxofdream
Copy link

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.

@gthaker
Copy link

gthaker commented Feb 5, 2020

I too would really wish we have Tensorflow version 2.1 (the current version) versio of this tutorial. It is awesome, the lectures have taught me so much.

@vagi
Copy link

vagi commented May 3, 2020

Have not resolved to the day yet (

@christiansoe
Copy link

christiansoe commented Nov 4, 2020

I started to migrate to TF2.3.0 and hopefully, it will be done in two weeks as I am still learning Tensorflow.

@christiansoe
Copy link

I have migrated mnist_1.0_softmax to TF2.3.0 for now and it's in https://github.com/christiansoe/tensorflow-without-a-phd/tree/tf-2
Need to apply my changes to other tutorials. Feel free to work on the branch and we can eventually merge to this main repo hopefully.

@martin-gorner
Copy link
Contributor

martin-gorner commented Nov 10, 2020 via email

@christiansoe
Copy link

christiansoe commented Nov 17, 2020

hi Martin,

I thought the old version was to configure the model and layers without Keras.
For a beginner like me, think it's good to see how to run tensorflow without Keras. Maybe it doesn't make sense since TF won't stay away from Keras. Not sure at all.
Anyway, please let me know what you think.

Regards,
Christian

PS: your tutorial was great. I had scratched the surface of ML when I was in univ. and your tutorial just refreshed my memory and even much deeper!

@martin-gorner
Copy link
Contributor

martin-gorner commented Nov 17, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants