Pinned Loading
-
Debugging the TensorFlow internals
Debugging the TensorFlow internals 1> If you want to be able to debug CUDA kernels, this isn't for you
23There are tons and tons of tutorials teaching you how to debug the TensorFlow Python APIs, which is good. But there is nearly zero converage anywhere on how to debug the internals of TensorFlow. By internals I mean everything under the Python layer, i.e. the C and C++ runtime library.
45Here I'll show you how to setup the environment to debug, and how to use `gdb` to see under the hood of TensorFlow. But before we start, I have to mention this open source [book](https://github.com/horance-liu/tensorflow-internals). It covered so many internal workings of TensorFlow and is definitely worth reading. But sadly it doesn't have an official English version. You can go to the issue page and there's a thread mentioning a Google translated version. I still find it useful, despite kinda hard to read.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.