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

Question about FT and FT++

Open Yanyi-Zhang opened this issue 10 months ago • 0 comments

Hi, thank you for your fantastic paper. Your work has truly impressed me. However, I find myself uncertain about a particular aspect and would greatly appreciate your guidance. Specifically, I am wondering difference between FT and FT++.

# FT
python -u run.py --config $CONFIG_FT --gpuid $GPUID --repeat $REPEAT --overwrite $OVERWRITE \
    --learner_type default --learner_name FinetunePlus \
    --log_dir ${OUTDIR}/ft++

# FT++
python -u run.py --config $CONFIG_FT --gpuid $GPUID --repeat $REPEAT --overwrite $OVERWRITE \
    --learner_type default --learner_name NormalNN \
    --log_dir ${OUTDIR}/ft

Yanyi-Zhang avatar Apr 11 '24 10:04 Yanyi-Zhang