move import to the front
This commit is contained in:
parent
b5a1fe643f
commit
8b499c3769
|
@ -16,6 +16,7 @@ import logging
|
|||
import os
|
||||
import imghdr
|
||||
import cv2
|
||||
from paddle import fluid
|
||||
|
||||
|
||||
def initial_logger():
|
||||
|
@ -90,9 +91,6 @@ def check_and_read_gif(img_path):
|
|||
return None, False
|
||||
|
||||
|
||||
from paddle import fluid
|
||||
|
||||
|
||||
def create_multi_devices_program(program, loss_var_name):
|
||||
build_strategy = fluid.BuildStrategy()
|
||||
build_strategy.memory_optimize = False
|
||||
|
|
Loading…
Reference in New Issue