-
Hello,
I was wondering if there is a reason why you are not using for the dual path extension (DPE) the hidden states from the previous DPE but just initializing all of them to zero (So not just i…
-
May I ask how you changed the run in the class RWKV_RNN to make the state input and output? Now my revised speed after modification is relatively slow, and the converted onnx model is relatively large…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Question generation from a text integrated with fast api
:red_circle: **Aim** : To help teachers for…
-
我的python版本为3.7,安装的paddlepaddle版本为paddlepaddle-rocm 0.0.0,该paddlepaddle版本适配于我的超算平台,能够使用加速卡进行加速,已完成对WenetSpeech数据集的标注和训练数据集的制作,到最后一步训练模型时运行命令:CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py,报下面的错误:
W111…
-
Hi,when i use aimet to quantize my rnn model,some tracing error happens.
```
import torch
import torch.nn as nn
from aimet_torch.model_preparer import prepare_model
rnn=nn.RNN(10,20,1)
rnn=prepa…
-
Sometimes GRU models are used, implement one of them and add to the model pipeline
-
The latest releases of TensorFlow 2 have been accompanied by excellent tutorials which made it straightforward to manipulate and adapt complex models such as RNNs, CNNs, and GANs to a variety of task…
-
我看官方代码好像是在右边打padding的,默认会把在末尾的 \替换到前面,然后使用右对齐padding.
默认会把在末尾的 \替换到前面
```
def preprocess_multimodal(
sources: Sequence[str],
data_args: DataArguments
) -> Dict:
is_multimodal = da…
-
Hello,
I am attempting to use an RNN language model but am seeing a doubling of our latency as a result. I wanted to examine anyway for me to reduce latency and came across the [lm_num_threads](ht…
-
@tdhock this is the outline of my new paper, can you give me some feedbacks
# Learning Penalty Parameters for Optimal Partitioning via Automatic Feature Extraction
## Abstract
Changepoint detec…