notebook.community
Edit and run
tfdbg
Find the DebugWrapper around the tf.Session
tf.Session
sess = tf.Session(config=config) sess = tf_debug.LocalCLIDebugWrapperSession(sess)
In [ ]: %%bash cat /root/src/main/python/debug/debug_model_cpu.py
%%bash cat /root/src/main/python/debug/debug_model_cpu.py
python /root/src/main/python/debug/debug_model_cpu.py
In [ ]: %%bash cat /root/src/main/python/debug/debug_model_gpu.py
%%bash cat /root/src/main/python/debug/debug_model_gpu.py
python /root/src/main/python/debug/debug_model_gpu.py
In [ ]: