import error, I already cd ops & sh make.sh # compile deformable attention
Sorry to bother you. I already cd ops & sh make.sh # compile deformable attention in segmentation part When I run train.py in the segementation part, it has an error. Can you help me to solve it?
Traceback (most recent call last):
File "train.py", line 11, in
have you solved it? I meet the same issue.
Hi, maybe you can try to run the command:
export PYTHONPATH=\your\path\to\dir
replace \your\path\to\dir by your path to the segmentation dir and run the code again.
If you meet dist_train.sh: Bad substitution when using cmd sh dist_train.sh, you can try bash dist_train.sh.
Solved. https://github.com/czczup/ViT-Adapter/issues/88