mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.05k stars 2.5k forks source link

update notebook 00. #526

Closed mohd-faizy closed 1 year ago

mohd-faizy commented 1 year ago

reduce_std(), tf.reduce_variancefunction was deprecated in TensorFlow 2.4 and later versions and has been replaced by thetf.math.reduce_std()andtf.math.reduce_variance` function.