You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process('What is question answering?')
11/29/2022 08:31:54 AM: [ Processing 1 queries... ]
11/29/2022 08:31:54 AM: [ Retrieving top 5 docs... ]
11/29/2022 08:31:55 AM: [ Reading 106 paragraphs... ]
/home/ubuntu/DrQA/drqa/reader/layers.py:202: UserWarning: masked_fill_ received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.)
scores.data.masked_fill_(y_mask.data, -float('inf'))
/home/ubuntu/DrQA/drqa/reader/layers.py:275: UserWarning: masked_fill_ received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.)
scores.data.masked_fill_(x_mask.data, -float('inf'))
/home/ubuntu/DrQA/drqa/reader/layers.py:242: UserWarning: masked_fill_ received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.)
xWy.data.masked_fill_(x_mask.data, -float('inf'))
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: