-
In a fresh install from this morning, plot_forward_sensitivity_maps.py crashes with the following log:
```
================================================
Display sensitivity maps for EEG and ME…
-
## Input protobuf for Inference Engine
Please refer to Xreki's excellent PR [#7315](https://github.com/PaddlePaddle/Paddle/pull/7315) to get an overview of the design of Inference Engine.
Th…
-
Add a `construct_graph` function to Tensors that creates a visual graph of a network.
Example:
```python
"
/‾‾‾\
| out |
\___/
Λ
|
|
|
|‾‾‾|
| + |
|___|
Λ
|
…
-
This issue is related to how we pass/call the quantum function associated with a `QNode`. As far as I can see, we want to provide maximum freedom to the user, but are constrained by autograd/design de…
-
We want to basically see how we can integrate TensorRT to support models trained with fluid.
-
Hi,
I have tried example code CONVNET. I am able to run it.
After the program finish the training, is there a way to predict immediately?
I have tried for few days without any luck. I could not…
-
**Chapter name**: Mathematical Background.
**List of bugs/typos**
1.1 A Mathematician’s apology
- After all, there is no empirical experiment that will prove the **non existence** of an algor…
-
I think there is a bug when trying to use 3d pooling.
I see:
conv_pool_op_base.h +150:
CAFFE_ENFORCE_EQ(pads_.size(), 2 * kernel_.size());
I think it needs to be:
CAFFE_ENFORC…
-
Based on some recent benchmarks (on GTX 1080 Ti), using 8-bit quantized integers during inference could give us significant performance improvement. No experiments has been performed yet, but other so…
-
Lacking of operators is the major disadvantage of MXNet comparing to other frameworks. The current multidimensional array interface follows the `numpy.ndarray` convention. See this [tutorial](http://n…