-
Hello
Thank you very much for your valuable code.
I would be grateful if you could provide me with a code for MIMO LSTM MPC and also if you provide me with the any book or article or document from w…
-
Thanks for your work.
I was wondering if you could provide the model files from the paper. :)
-
请问现在支持onnx的lstm模型转paddle吗,刚转了一下,出现了不支持
Now, onnx2paddle support convert onnx model opset_verison [9],opset_verison of your onnx model is 9, automatically treated as op_set: 9.
there are 1 OPs are no…
-
Since we can handle generic graph-networks now, it's time to implement LSTM/RNN. Milestones:
- [ ] Add a basic LSTM cell (equivalent to TF's BasicLSTMCell)
- [ ] Modify network class to handle sequent…
nyanp updated
7 years ago
-
Hello nice people!
### Context
Lately I've been running some tests on the NAM models with the goal of improving the training procedure, optimizing the CPU consumption of the generated models, and …
-
As it stands right now, the use_cudnn argument is a bit difficult to use. In particular, there are a few things for me that stick out to me.
They are loosely~
1.) `use_cudnn` as a backend funct…
-
Dear TronicLT:
I am reimplementing the LRCN code of the paper from the author, but have some problems at sequence_input_layer.So I am trying to figure out the error, could you help me with my problem…
-
https://github.com/Cranial-XIX/Generative-Neural-Parser/blob/693b53dd331e7803600b9be2d23e79719d4603fe/model.py#L605
I noticed you are using LSTM-minus for the inside span of C, which I' not sure is O…
-
非常感谢Paddle社区为开源做出的贡献!
--------
### 环境
Python3.9
Paddle版本 2.6.0
cuda_12.2.r12.2/compiler.32965470_0
### 最小复现代码
以下是我写的 torch LSTM => Paddle LSTM 转换的函数脚本
```python
def LSTMWithProjection…
-
## Refer
- Refer to #1, #2, #3 for understanding what you are suppose to do.
- The issues have advanced and difficult models. However as part of evaluation i have picked 1-2 model from each of #1,…