BLIP icon indicating copy to clipboard operation
BLIP copied to clipboard

Do you try continuous bootstrapping?

Open TheShadow29 opened this issue 3 years ago • 1 comments

Hello, thanks for open-sourcing your code, this is a very inspiring work. I had a question: do you perform or experiment with bootstrapping continuously? Like currently it is train on pre-trained dataset, fine-tune on coco-retrieval, captioning, and then bootstrap to get new pre-train dataset. Now, pre-train on this and repeat the bootstrap process again?

How expensive is this operation?

TheShadow29 avatar Aug 15 '22 20:08 TheShadow29

Hi, thanks for your question. Multi-round bootstrapping can be expensive, thus we have not tried it out yet. We do expect that continuous bootstrapping would give further performance improvement.

LiJunnan1992 avatar Aug 16 '22 06:08 LiJunnan1992