Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

动态链接库libtorch_cuda_cu.so not found in training at Fine-tuning on D4LA #184

Open
1codei opened this issue Oct 19, 2024 · 0 comments

Comments

@1codei
Copy link

1codei commented Oct 19, 2024

python train_VGT.py --config-file Configs/cascade/D4LA_VGT_cascade_PTM.yaml --num-gpus 8 MODEL.WEIGHTS 'VGT_pretrain_model' OUTPUT_DIR 'D4LA_output'
Traceback (most recent call last):
File "train_VGT.py", line 20, in
from detectron2.data import build_detection_train_loader
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/data/init.py", line 4, in
from .build import (
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/data/build.py", line 13, in
from detectron2.structures import BoxMode
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/structures/init.py", line 3, in
from .image_list import ImageList
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/structures/image_list.py", line 8, in
from detectron2.layers.wrappers import shapes_to_tensor
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/layers/init.py", line 3, in
from .deform_conv import DeformConv, ModulatedDeformConv
File "/home/xia/anaconda3/envs/xia-vgt/lib/python3.8/site-packages/detectron2/layers/deform_conv.py", line 11, in
from detectron2 import _C
ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant