Crystal Liu
Crystal Liu
Hi @Oscilloscope98 , thank you for your reply. I fix `could not create a primitive` with disable iGPU when using dGPU for inference instead of using `set BIGDL_IMPORT_IPEX=0`.
You can try to update your library. I use libmfx-gen.so.1.2.7 instead of using libmfxhw64.so.1.35. That will be no error. Loaded Library configuration: Version: 2.7 ImplName: mfx-gen Adapter number : 0...
RuntimeError: Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error)
> We have reproduced the issue and found a way to optimize it. The corresponding PR will be merged today. Thanks for quick response.
RuntimeError: Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error)
> Already fixed by #10203, could you please have a try? @violet17 Hi ,still got error: ``` Exception in thread Thread-7 (generate): Traceback (most recent call last): File "C:\Users\test\Documents\rag\llmsd_env\lib\threading.py", line...
Thanks. Looking forward to the new results.
> Please install modelscope-1.10.0 还是一样的错误。 是不是不支持online 模型导出onnx? 你们能否提供onnx 的离线版本呢?。多谢。 这个版本是不是比speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch的版本 准确率高一些呢? 这俩有什么区别呢? 多谢
> 你好,AttributeError: 'Namespace' object has no attribute 'token_list'这个问题是怎么解决的呢,是版本的问题吗 我是用自己自己改改。。但是失败了。 反正没法到处onnx
My python is 2.7 with tensorflow 1.12. I added these code before caculating mIoU: ``` indices = tf.cast(tf.less_equal(annotation_batch_tensor, number_of_classes - 1),tf.uint8) annotation_batch_tensor = tf.multiply(annotation_batch_tensor,indices) ``` Because the later version of...
@1451595897 (yolov3是这个工程[eriklindernoren/PyTorch-YOLOv3](https://github.com/eriklindernoren/PyTorch-YOLOv3)下实现的,你可以参考一下。)
在测试。。。。