Skip to content

Commit af4c9b5

Browse files
authored
Merge pull request #15723 from luotao1/v2_code_release1.3
remove legacy V2 code in release1.3
2 parents b7e2d72 + e4f512f commit af4c9b5

33 files changed

+1
-2715
lines changed

benchmark/IntelOptimizedPaddle.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

benchmark/README.md

Lines changed: 0 additions & 168 deletions
This file was deleted.

benchmark/fluid/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ RUN ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.7 /usr/lib/libcudnn.so && ln -s
1515
RUN pip install -U pip
1616
RUN pip install -U kubernetes paddlepaddle
1717

18-
RUN sh -c 'echo "import paddle.v2 as paddle\npaddle.dataset.cifar.train10()\npaddle.dataset.flowers.fetch()" | python'
19-
RUN sh -c 'echo "import paddle.v2 as paddle\npaddle.dataset.mnist.train()\npaddle.dataset.mnist.test()\npaddle.dataset.imdb.fetch()" | python'
20-
RUN sh -c 'echo "import paddle.v2 as paddle\npaddle.dataset.imikolov.fetch()" | python'
2118
RUN pip uninstall -y paddlepaddle && mkdir /workspace
2219

2320
ADD https://raw.githubusercontent.com/PaddlePaddle/cloud/develop/docker/paddle_k8s /usr/bin
File renamed without changes.

benchmark/paddle/image/alexnet.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)