thunlp / PEVL

Source code for EMNLP 2022 paper “PEVL: Position-enhanced Pre-training and Prompt Tuning for Vision-language Models”
MIT License
47 stars 5 forks source link

Reproducing the pretrain #15

Open Scarecrow0 opened 1 year ago

Scarecrow0 commented 1 year ago

Hi, thanks for sharing the code of your interesting work.

I saw run_pretrain.py in your repo; however, there is a missing config file ./configs/Pretrain.yaml' and script for running the pretraining. Since the pretraining strategy is one of your novel contributions, would you have planned to release the complete code for reproducing the pretraining?