For all course 1 exercises, the coursera notebooks use tensorflow 1.x
Please fix this for the following reasons:
- People take this course for preparing for tensorflow 2.x certification.
- This method doesn’t exist in tensorflow 1 (tf.random.set_seed)
Thanks.
3 Likes
How about an update on this?
1 Like
@agparth Can you look into this? Thanks.
Mubsi
4
Hi @balaji.ambresh,
Everything that is hosted on Coursera uses Tf 1.x, and later TF 2-alpha.
The colabs however are updated to use TF 2.5 and 2.6. For the TF 2.x experience, you can run those.
As for updating everything that is on Coursera, thank you for the recommendation, we’ll look into it.
Best,
Mubsi
Thank you, @Mubsi . Good luck with the migration.