modify the vgg16/lstm path to offical/{cv/npl}

This commit is contained in:
CaoJian 2020-07-20 14:47:26 +08:00
parent 8e4c0a9d93
commit f9fdb52373
17 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import numpy as np
import pytest
from mindspore import Tensor
from model_zoo.vgg16.src.vgg import vgg16
from model_zoo.official.cv.vgg16.src.vgg import vgg16
from ..ut_filter import non_graph_engine