Browse Source

!14885 fix: wrong input order

From: @jonyguo
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
pull/14885/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
f0f7bf1ed1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tests/ut/python/dataset/test_paddeddataset.py

+ 2
- 1
tests/ut/python/dataset/test_paddeddataset.py View File

@@ -3,10 +3,11 @@ import copy
import os import os
import numpy as np import numpy as np
import pytest import pytest
from PIL import Image

import mindspore.dataset as ds import mindspore.dataset as ds
from mindspore.mindrecord import FileWriter from mindspore.mindrecord import FileWriter
import mindspore.dataset.vision.c_transforms as V_C import mindspore.dataset.vision.c_transforms as V_C
from PIL import Image


FILES_NUM = 4 FILES_NUM = 4
CV_FILE_NAME = "../data/mindrecord/imagenet.mindrecord" CV_FILE_NAME = "../data/mindrecord/imagenet.mindrecord"


Loading…
Cancel
Save