@ -24,7 +24,6 @@ import paddle.dataset.common
import subprocess
import numpy
import platform
import six
import tempfile
from six.moves import range
__all__ = ['train', 'test', 'convert']
@ -16,7 +16,6 @@ from __future__ import print_function
import numpy as np
import argparse
import time
import math
@ -34,6 +34,7 @@ import math
import random
import collections
from .ps_dispatcher import RoundRobin, HashName, PSDispatcher
from .. import core, framework