未验证 提交 71b1769e 编写于 作者: C Chang Xu 提交者: GitHub

Fix Analysis Tests (#1586)

* Move Analysis Tests

* Move Analysis Tests
上级 304d7815
import os
import sys
import unittest
sys.path.append("../")
sys.path.append("../../")
import paddle
from PIL import Image
from paddle.vision.datasets import DatasetFolder
......
......@@ -2,7 +2,8 @@ import os
import sys
import unittest
import numpy as np
sys.path.append("../")
sys.path.append("../../")
import paddle
from PIL import Image
from paddle.vision.datasets import DatasetFolder
......
import os
import sys
import unittest
sys.path.append("../")
sys.path.append("../../")
import paddle
from PIL import Image
from paddle.vision.datasets import DatasetFolder
......
......@@ -2,7 +2,8 @@ import os
import sys
import unittest
import numpy as np
sys.path.append("../")
sys.path.append("../../")
import paddle
from PIL import Image
from paddle.vision.datasets import DatasetFolder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册