notebook.community
Edit and run
tfdbg
DebugWrapperSession
Similar to the following:
sess = tf.Session(config=config) sess = tf_debug.LocalCLIDebugWrapperSession(sess)
In [ ]: %%bash cat /root/src/main/python/debug/debug_model.py
%%bash cat /root/src/main/python/debug/debug_model.py
debug
exit