se7enXF

Results 11 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。请问这个问题可以处理吗?如果本地处理,要怎么做?

I meet the same problem. @fnordware could you please add alpha support for importing webm? I read the discuess for writing alpha #17 . thanks for your contribution.

遇到相同的问题。建议把某些依赖作为可选项,我需要使用某个模块再安装,而不是一股脑全装。

Meet the same issue. Anyone has a good solution to make material transparent work?

I just find new version fix the problem, the same issue https://github.com/ossrs/srs/pull/4160

I apologize for revisiting this issue, as it still persists in my project. Before using the update from https://github.com/ossrs/srs/pull/4160, there were multiple instances of freezing within a second; after applying...

With version https://github.com/ossrs/srs/releases/tag/v6.0-a2 , ffplay log is different: ```bash Input #0, flv, from 'rtmp://localhost/live/livestream': 0B f=0/0 Metadata: |RtmpSampleAccess: true Duration: N/A, start: 0.019000, bitrate: N/A Stream #0:0: Audio: aac (LC),...