Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookayin/tensorflow-talk-debugging
💬 Slides and supplementary codes for my talk 'Debugging Tips on TensorFlow' (2016)
https://github.com/wookayin/tensorflow-talk-debugging
debugging slides tensorflow
Last synced: 17 days ago
JSON representation
💬 Slides and supplementary codes for my talk 'Debugging Tips on TensorFlow' (2016)
- Host: GitHub
- URL: https://github.com/wookayin/tensorflow-talk-debugging
- Owner: wookayin
- Created: 2016-06-17T15:09:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T16:52:30.000Z (over 7 years ago)
- Last Synced: 2024-10-12T13:45:19.881Z (about 1 month ago)
- Topics: debugging, slides, tensorflow
- Language: Python
- Homepage: https://wookayin.github.io/tensorflow-talk-debugging
- Size: 3.25 MB
- Stars: 613
- Watchers: 41
- Forks: 149
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Practical Guide for Debugging TensorFlow Codes
================================================My talk in the first meetup of [TensorFlow Korea Group](https://www.facebook.com/groups/TensorFlowKR/)!
18 June 2016, at Google Korea, Seoul
- Slides: https://wookayin.github.io/tensorflow-talk-debugging
- Codes: https://github.com/wookayin/tensorflow-talk-debugging/tree/master/codes
- Video (in Korean): https://www.youtube.com/watch?v=01nDEZe0BfU## Updates
- June 18th, 2016 (v1): Initial version of the talk.
- December 9th, 2016 (v2): Added a brief introduction to the [official debugger][tfdbg], for readers' reference.
- Feb 17th, 2016 (v3): Updated examples to be compatible with TF 1.0, and added more contents on [tfdbg][tfdbg].[tfdbg]: https://www.tensorflow.org/programmers_guide/debugger