小达爱Git
小达爱Git
环境: ubuntu18.04,自己编译paddlepaddle 按照前辈的做法:https://github.com/PaddlePaddle/Paddle/issues/20765 libwarpctc.so 确实可以动态链接 libcudart.so 但是 core_avx.so 这个还是静态链接,请问有什么cmake文件,我没有添加什么条件再编译吗?
Related to **Model/Framework(s)** *ResNet50v1.5/pytorch* **Describe the bug** RuntimeError: Critical error when building pipeline: Error when constructing operator: FileReader encountered: [/opt/dali/dali/operators/reader/loader/file_label_loader.h:168] Assert on "Size() > 0" failed: No files found. ...