LemonQC
LemonQC
I run your code, while the following message doesn't appear. [07 16:30:54 [email protected]:/data/vision/billf/scratch/jiayuanm/projects/NSCL-PyTorch/nscl/datasets/factory.py] Filtering out questions containing "how big" and "made of", #before = 699989, #after = 633615.
Can you provide a pytorch version and torchtext version? Thanks
您好,能否提供一下您新的评价指标的部分代码呢?
您好,我将box的注释解开后,重新生成特征,然后将其绘制出来,但是明显感觉有偏差,不知道您是否可以提供一份绘图的代码。  下面是我的代码 def plot_rect(image, boxes): img = Image.fromarray(np.uint8(image)) draw = ImageDraw.Draw(img) for k in range(2): box = boxes[k,:] print(box) drawrect(draw, box, outline='green', width=3) img = np.asarray(img) return img def...
Eq.14
What does t represent? Thanks
The idea is great!!!
Thanks