J-Max coder, writer, problem solver:
    About     Archive     Feed     Resources

Tensorflow Dead Kernel

I recently had a frustrating experience trying to debug a Tensorflow error in a Jupyter Notebook. After building the model architecture and compiling it, running fit_generator crashed the kernel with no output. After going down many dead end paths, the solution turned out to be updating Numpy: pip install -U numpy. Thanks to this thread for the solution.