Closed Flllllying closed 4 months ago
Having the same problem on Fedora 40 with an RTX 3060. Doesn't any video output though but I assume it must slow it down.
these are just warnings. if you add:
torch.backends.cudnn.benchmark = True
immediately below
import torch
at the beginning of src/live_portrait_wrapper.py
, the CUDNN_STATUS_NOT_SUPPORTED warnings go away.
what does this do? https://discuss.pytorch.org/t/what-does-torch-backends-cudnn-benchmark-do/5936
it works perfect with
cuda 11.8 - python 3.10.11 and c++ tools and generating venv and installing inside that
here my full tutorials thread : https://github.com/KwaiVGI/LivePortrait/issues/78
you can watch this tutorial to learn how to install : cuda 11.8 - python 3.10.11 and c++ tools
@rickt Thanks! The fix lies in https://github.com/KwaiVGI/LivePortrait/blob/d8036cffdeecd395f8bf02e70e481c4207842cf1/src/live_portrait_pipeline.py#L7-L8
@FurkanGozukara You are very warm-hearted!
Description
When running certain operations in PyTorch, I'm encountering the following warnings:
This occurs during both 2D and 3D convolution operations.
Environment
Steps to Reproduce
Just By running
python inference.py
Additional Information
nn.Conv2d
andnn.Conv3d
operations.Questions
Logs