artra soong

Results 4 comments of artra soong

bash scripts/install_ext.sh在unbuntu中执行这个命令,所有安装都失败了,请问怎么解决?

问题:/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ 答案:解决问题的网址 https://github.com/NVIDIA/nccl/issues/650 这无济于事,至少在 Debian 中没有。 但是,有帮助的是 /usr/include/c++/*/bits/std_function.h 中进行以下两个更改: 433+行(近似值): template function(_Functor&& __f) //noexcept(_Handler::template...

In data_utils/process.py, the task, face tracking, has not been completed. The code detail as follow: # face tracking if opt.task == -1 or opt.task == 8: face_tracking(ori_imgs_dir)

> Could you solve this issue? @waityousea > > ``` > torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 192.00 MiB (GPU 0; 6.00 GiB total capacity; 4.85 GiB already...