|
@@ -12,18 +12,13 @@
|
|
|
# See the License for the specific language governing permissions and
|
|
# See the License for the specific language governing permissions and
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
-import sys
|
|
|
|
|
-import glob
|
|
|
|
|
import os
|
|
import os
|
|
|
-import os.path as osp
|
|
|
|
|
import platform
|
|
import platform
|
|
|
import random
|
|
import random
|
|
|
-import numpy as np
|
|
|
|
|
import multiprocessing as mp
|
|
import multiprocessing as mp
|
|
|
|
|
+import numpy as np
|
|
|
import paddle
|
|
import paddle
|
|
|
|
|
|
|
|
-from . import logging
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
def get_environ_info():
|
|
def get_environ_info():
|
|
|
"""collect environment information"""
|
|
"""collect environment information"""
|