!14885 fix: wrong input order

From: @jonyguo
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
This commit is contained in:
mindspore-ci-bot 2021-04-10 16:52:41 +08:00 committed by Gitee
commit f0f7bf1ed1
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@ import copy
import os
import numpy as np
import pytest
from PIL import Image
import mindspore.dataset as ds
from mindspore.mindrecord import FileWriter
import mindspore.dataset.vision.c_transforms as V_C
from PIL import Image
FILES_NUM = 4
CV_FILE_NAME = "../data/mindrecord/imagenet.mindrecord"