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 Magic Function TensorBoard #611

Open sc0v0ne opened 7 months ago

sc0v0ne commented 7 months ago

Update issue-610

mrdbourke commented 6 months ago

Hi, @sc0v0ne ,

Thank you for this!

Will review shortly and get back to you (sorry for late reply I was on holidays over December).

sc0v0ne commented 6 months ago

I finished the next module. I found another point that needs the same change. Just wanted to ask before you approve, wait until the weekend. Now I can push changes to the next module.

sc0v0ne commented 6 months ago

@mrdbourke Good morning, I fixed the other notebooks and the helper_functions.py file that had the function that was updated. I ran the notebooks to check for any errors, it went through all the cell steps and the result of the tensorboard that appears in the notebook on the board.

smith-kyle commented 5 months ago

I'm a little late to the party, but I noticed you all aren't using a notebook review tool and wanted to invite you to review this pull request with GitNotebooks: https://gitnotebooks.com/mrdbourke/tensorflow-deep-learning/pull/611

It lets you do things like comment on rendered markdown and code cells, so might be an easy win for your PR reviews.