标签: python tensorflow debugging
我的程序类似于这样:
function1() function2()
function2在function1之后运行,但是function1将运行很长时间。如果要调试function2,是否有一些简便的方法?
顺便说一下,function1将读取数据和预处理数据,而function2将训练数据。