tanshuai0219 / EDTalk

[ECCV 2024 Oral] EDTalk - Official PyTorch Implementation
Apache License 2.0
349 stars 32 forks source link

RuntimeError: use_libuv was requested but PyTorch was build without libuv support #24

Open zhangziliang04 opened 3 months ago

zhangziliang04 commented 3 months ago

when do:python train_fine_tune.py --datapath ./inputs/train/video_crop/Obama/ --only_fine_tune_dec:

RuntimeError: use_libuv was requested but PyTorch was build without libuv support

zhangziliang04 commented 3 months ago

I find the method to repair it: pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu118

tanshuai0219 commented 3 months ago

I find the method to repair it: pip install torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu118

ok