namtuanly / MTL-TabNet

MTL-TabNet: Multi-task Learning based Model for Image-based Table Recognition
Apache License 2.0
78 stars 12 forks source link

sh ./table_recognition/expr/table_recognition_dist_train.sh #5

Open wu-yz opened 1 year ago

wu-yz commented 1 year ago

ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory Would you please tell me about how to deal with this mistake?

namtuanly commented 1 year ago

The problem may be that your CUDA related to PyTorch and CUDA with mmcv (when you installed the mmcv) are incompatible. Please check the CUDA version in your system and rebuild the mmcv. Reference: https://stackoverflow.com/questions/64683003/importerror-libcudart-so-10-1-cannot-open-shared-object-file-no-such-file-or

wu-yz commented 1 year ago

The problem may be that your CUDA related to PyTorch and CUDA with mmcv (when you installed the mmcv) are incompatible. Please check the CUDA version in your system and rebuild the mmcv. Reference: https://stackoverflow.com/questions/64683003/importerror-libcudart-so-10-1-cannot-open-shared-object-file-no-such-file-or

Thank you for your reply!I'll try it again.