linjieli222/HERO

One issue about pretrain-tv-init.bin file

Closed this issue · 4 comments

I'm training the HERO model based on the provided TV dataset. The model needs to pre-load "pretrain-tv-init.bin" to initialize the network. However, I do not know how to obtain this file by ourselves, and I modified the code to ignore this file. But after the pre-training process is finished, the performance is really poor. Is "pretrain-tv-init.bin" essential? If so, how can we obtain this file from scratch?

wget $BLOB/pretrained/pretrain-tv-init.bin -P $DOWNLOAD/pretrained/

@linjieli222

wget $BLOB/pretrained/pretrain-tv-init.bin -P $DOWNLOAD/pretrained/

I know you provide this file. But I want to know what should we do to obtain this file totally by ourselves?

We obtained the RoBERTa pre-trained weights on TVR dataset from the original authors.

Closed due to inactivity.