echomimic icon indicating copy to clipboard operation
echomimic copied to clipboard

Error:Segmentation fault (core dumped)

Open zjulkw opened this issue 1 year ago • 1 comments

i found the inference speed is too slow(79.27s/it),so i replace the torch version from [old version] to [new version],error occured:Segmentation fault (core dumped),how to solve it?

[old version] $ pip list | grep torch facenet-pytorch 2.5.0 torch 2.2.2 torchaudio 2.2.2 torchmetrics 1.4.1 torchtyping 0.1.5 torchvision 0.17.2

[new version] $ pip list | grep torch facenet-pytorch 2.5.0 torch 2.2.1+cu118 torchaudio 2.2.1+cu118 torchmetrics 1.4.1 torchtyping 0.1.5 torchvision 0.17.1+cu118

zjulkw avatar Aug 05 '24 11:08 zjulkw

python3.11?env python3.10 is not exist. Or you can try run " unset LD_LIBRARY_PATH" in the terminal.

lmpeng12 avatar Aug 09 '24 03:08 lmpeng12