Lei Liu

Results 4 issues of Lei Liu

因为STS数据集的相似度的得分是回归任务,句子对的关系是分类任务,如何从两个句子向量中得到他们的相似度得分以及关系呢,cos距离或者皮尔逊相似系数的范围是[-1,1],但STS数据集相似度的范围是[1,5]

因为STS数据集的相似度的得分是回归任务,句子对的关系是分类任务,如何从两个句子向量中得到他们的关系呢,对立,包含,或者无关

When I train the model, the loss is nan Epoch: [0][1170/1200] Time 0.709 (0.417) Data 0.020 (0.017) Loss nan (nan)

When I run python3 inference_ytvos.py --with_box_refine --binary --freeze_text_encoder --output_dir=output --resume=models/r50_refytvos_finetune.pth --backbone resnet50 The error is : File "/opt/conda/envs/referformer/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/opt/conda/envs/referformer/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args,...