zhangbw17
Results
2
comments of
zhangbw17
> 请问您怎么解决sentences = [' '.join([self.ix2word[idx] for idx in sent])这句话出错的问题的,可以分享一下吗 idx.item()代替索引中的idx,下标索引不能是tensor
And I tried to reproduce the retrieval result using msrvtt, trained with command `python3 -m torch.distributed.run --nproc_per_node=8 --master_port 12333 train_video_retrieval.py --config ./configs/retrieval_msrvtt.yaml --output_dir /tmp` and tested with this command `python3...