se7enXF

Results 4 comments of se7enXF

I have the same problem. Use follow code: ```python tf_model = tf.saved_model.load(onnx2pb_path) out = tf_model(x=inputdata) ``` I got `callback pyfunc_3 is not found` error.

一样的问题,请问有人解决了吗?

Same issue. Python 3.7 includes the package contexvars, but Python3.6 does not. I want to install contexvars in setup.py when using Python3.6, but not in Python3.7. How do I make...

遇到了相同的问题。训练异常中断,使用checkpoints继续训练,但是产生新的log。使用vdl可视化只能显示最新的log。请问这个问题可以处理吗?如果本地处理,要怎么做?