Yangsenqiao / ULDA

Unified Language-driven Zero-shot Domain Adaptation (CVPR 2024)
https://senqiaoyang.com/project/ulda
Apache License 2.0
16 stars 1 forks source link

--pin_total_it 100 #1

Open olivia799999 opened 3 weeks ago

olivia799999 commented 3 weeks ago

Why this arguments doesn't exist in stage2_adapt.py?

Yangsenqiao commented 3 weeks ago

Thank you for your interest in our work. pin_total_it represents the training iterations of the PIN during stage 1. In stage 2, we use the trained PIN to train a unified decoder.

olivia799999 commented 3 weeks ago

Thank you for your interest in our work. pin_total_it represents the training iterations of the PIN during stage 1. In stage 2, we use the trained PIN to train a unified decoder.

Thanks for your reply. Because when I was executing the bash file of stage 2, I saw argument pin_total_it in it, so should I delete it?

Yangsenqiao commented 3 weeks ago

Sorry for the misunderstanding. You can directly delete it, and we will update the code soon.