Tensorflow调试器tfdbg无法启动

时间:2018-04-02 19:36:39

标签: python tensorflow

我试图使用tfdbg,但它没有启动。没有错误信息,没有。 这是我的代码:

hooks = [tf_debug.LocalCLIDebugHook()]
classifier = tf.estimator.Estimator(
                model_fn=my_model,
                params)
classifier.train(input_fn= 
               lambda:dataloader.train_input_fn(current_config['batchsize']), hooks=hooks)

然后我用

python -m My_TF --debug

该程序照常运行。 我做错了什么?

0 个答案:

没有答案