Prompt-Transferability
Prompt-Transferability copied to clipboard
There is a minor issue in 'Prompt_Transferability_1.0/valid.sh'
Hello! Thank you for your good work! I think there is minor typo in valid.sh.
original code : CUDA_VISIBLE_DEVICES=$gpus python3 valid.py --config config/{DATASET}Prompt${BACKBONE}.config \
fixed code : CUDA_VISIBLE_DEVICES=$gpus python3 valid.py --config config/${DATASET}Prompt${BACKBONE}.config \
Thank you!
@MinwooPark96. Thank you for your kindly help. Will you submit a pull request and I will merge it into the main branch.