• L
    Fix test_bert on GPU (#24692) · 62222bf4
    liym27 提交于
    DataLoader makes the data diff even if the data of reader is the same on CUDA place. This PR doesn't use DataLoader to pass the test. we will use DataLoader back after we fix it.
    62222bf4
test_bert.py 4.2 KB