LukeLin

Results 109 comments of LukeLin

What do you mean hardware decoding and encoding

> Did you `sudo apt update` and `vulkan-utils` is still not found since it's ubuntu 22.04? > > Try `sudo apt install vulkan-tools` > Thank you for your reply. I...

> I find that the error appears when the obj_episode_id is 11 in any scripts that define obj-variation-mode as the episode. I think this is because it can only create...

> Same error in A100 GPU. "libGLX_nvidia.so.0" does not exist in the A100. > > Does anyone have an updated solution? Thanks a lot! refer https://maniskill.readthedocs.io/en/latest/user_guide/getting_started/installation.html#vulkan

As Xuanlinli said, The reason is `dlimp 0.0.1 requires tensorflow==2.15.0, but you have tensorflow 2.15.1 which is incompatible.`

@Alwaysssssss @youxiudeshouyeren /root/share/nndeploy/python/src 和 ~/share/nndeploy/python/nndeploy是啥区别? ~/share/nndeploy/python/nndeploy 文件夹是否可以删掉?

算子框架目前还没完善, 需要进一步讨论. 要自己写一个 nndeploy/demo/opluke 然后尝试一些op. TODO - [ ] 完善python调用框架, 和守夜人讨论.

But we still can convert model ``` import torch import torchvision from models import Wav2Lip def load_model(path): model = Wav2Lip() print("Load checkpoint from: {}".format(path)) checkpoint = torch.load(path) s = checkpoint["state_dict"]...

enable two gpu is not easy, you can look https://pytorch.org/tutorials/intermediate/ddp_tutorial.html