Open zjulkw opened 3 months ago
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
python3.11?env python3.10 is not exist. Or you can try run " unset LD_LIBRARY_PATH" in the terminal.
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