提交 4f78ebf3 编写于 作者: L LielinJiang

remove no used import

上级 b3ec7f39
...@@ -24,11 +24,9 @@ import contextlib ...@@ -24,11 +24,9 @@ import contextlib
import paddle import paddle
from paddle import fluid from paddle import fluid
from paddle.fluid.dygraph.nn import Conv2D, Pool2D, Linear
from paddle.io import BatchSampler, DataLoader
from hapi.model import Model, Input, set_device from hapi.model import Model, Input, set_device
from hapi.loss import Loss, CrossEntropy from hapi.loss import CrossEntropy
from hapi.vision.models import LeNet from hapi.vision.models import LeNet
from hapi.metrics import Accuracy from hapi.metrics import Accuracy
from hapi.callbacks import ProgBarLogger from hapi.callbacks import ProgBarLogger
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册