snippets

🔌 Toolbox of short, reusable pieces of code and knowledge.

View the Project on GitHub rosikand/snippets

Debugging machine learning code

Debugging ML code can be difficult since the high-level frameworks abstract away the details and thus adds to the injury that is the black box nature of neural networks.

However, there are some common bugs which we describe here (and how to fix them).

https://notesonai.com/Debugging+Neural+Networks+in+Tensorflow