-
### 版本
paddlepaddle v1.1.0
### 问题
运行 tutorials/mnist_tutorial_fgsm.py 报错:
```
Traceback (most recent call last):
File "mnist_tutorial_fgsm.py", line 152, in
main()
File "mnist_t…
-
你好,我用的ubuntu1604 64位,操作步骤如下:
(1)Anaconda2 5.2.0 64
(2)pip install tensorflow
(3)pip install keras
(4)pip install paddlepaddle
(5)github拷贝文件到虚拟机(直接下载advbox的zip文件,没用git)
(6)运行tutorials中的cifar10 f…
-
PaddlePaddle.org has several developer experience issues that we wish to fix in a complete overhaul of the website. I invite your views and comments on these issues created inside PaddlePaddle.org's r…
-
The current way of sharing parameter between two parts of a model is to use the same full name of the parameter. This can become very cumbersome for sharing large models. There are two ways of achievi…
-
## Fluid supports multi-GPUs and cluster, and high usability
### Deadline:
### KPI:
1. Make fluid supports all models in PaddlePaddle/Book, PaddlePaddle/models. Complete the inference framework …
-
An unclear software versioning system is extremely confusing to users. Unfortunately, we have put ourselves in this situation right now with multiple interleaved versioning systems. This has created a…
-
We want to basically see how we can integrate TensorRT to support models trained with fluid.
-
1. Implement various optimizer operators.
1. SGD (done) and others listed in https://github.com/PaddlePaddle/Paddle/projects/22
1. Add optimizer operators into BlockDesc.
1. Python module
In …
-
@PaddlePaddle/paddle
这几天重新研究了一下bazel,发现了一些我们可能没有仔细考虑过的问题,以及切换成bazel的代价。
## 对比CMake与Bazel:
--------
1. CMake:
**优点**: 稳定可靠,灵活性强,语法通熟易懂,甚至不需要学习都能写(我是这种情况)。但我认为最大的优点是:CMake是目前主流的C++开源项目编…
-
There has been some complaints about the documentation quality of MXNet. We actually have a lot of documents, but they are a bit scattered and maybe difficult to locate. In this issue, we attempt to m…