remove redundant import in pksampler
parent
c26adddf33
commit
fa52acd614
|
@ -18,9 +18,7 @@ from __future__ import division
|
|||
from collections import defaultdict
|
||||
|
||||
import numpy as np
|
||||
import paddle.distributed as dist
|
||||
from paddle.io import DistributedBatchSampler
|
||||
|
||||
from ppcls.utils import logger
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue