!14885 fix: wrong input order
From: @jonyguo Reviewed-by: @liucunwei,@heleiwang Signed-off-by: @liucunwei
This commit is contained in:
commit
f0f7bf1ed1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue