Prompt-Transferability icon indicating copy to clipboard operation
Prompt-Transferability copied to clipboard

There is a minor issue in 'Prompt_Transferability_1.0/valid.sh'

Open MinwooPark96 opened this issue 2 years ago • 1 comments

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 avatar Oct 25 '23 07:10 MinwooPark96

@MinwooPark96. Thank you for your kindly help. Will you submit a pull request and I will merge it into the main branch.

yushengsu-thu avatar Nov 03 '23 17:11 yushengsu-thu