pre-commit

pull/233/head
WuHaobo 2020-08-01 16:52:37 +08:00
parent 57fa5f336d
commit 169a3b476c
1 changed files with 1 additions and 2 deletions

View File

@ -17,12 +17,11 @@ from __future__ import division
from __future__ import print_function
import math
import numpy as np
import paddle
import paddle.fluid as fluid
from paddle.fluid.param_attr import ParamAttr
import math
import numpy as np
__all__ = [
"RegNetX_200MF", "RegNetX_4GF", "RegNetX_32GF", "RegNetY_200MF",