pytorch_violet icon indicating copy to clipboard operation
pytorch_violet copied to clipboard

A PyTorch implementation of VIOLET

Results 5 pytorch_violet issues
Sort by recently updated
recently updated
newest added

Hi, thank you for sharing the code and models. I have used the ckpt_violet_pretrain.pt and ckpt_violet_msrvtt-retrieval with our data processing (5 frames with interval num_frames // 5) for msrvtt t2v...

Hi, Thanks for ur great work. Please release all related processed data like many other works, if it's convenient for u.

Violet uses most commen answers as candidates, but there are other answers in the test set. How do you deal with them? Are they abandoned according to the txt_msvd.json?

`CUDA_VISIBLE_DEVICES='0,1,2,3' python -m torch.distributed.launch --nproc_per_node=4 --master_port=7122 main_pretrain.py` When I tried to run this, a rank error occurred. Do I need to specify the rank somewhere? Errors are the following ```...