-
- 版本、环境信息:
1)PaddlePaddle版本:2.2.2
2)CPU:Intel(R) Xeon(R) CPU E5-2450 v2 @ 2.50GHz
4)系统环境:CentOS release 4.3 (Final)
**预测的时候, 低qps的时候请求没有问题, qps高起来会报下述错误, 请问原因有可能是什么呀**:
…
-
hi, I went through the char_rnn on GitHub. I wish to save the model into .pb file. has anyone tried that before? Or anyone can give me some tips to do that
I have tried save model like this:
…
-
- 11/15 수요일 pm10:30
1: 16.1.1
2: 16.1.2
3: 16.1.3
-
i could not get how to test the model i have trained using train.py
please mention command.
i am using ubuntu 16.04
-
Is there a way to pass extra feature along with the existing word tokens as input and feed it to the encoder RNN?
Lets consider the NMT problem , say I have 2 more feature columns for the correspon…
-
Hello
I have problem a long time can't fix it
```
systeminfo
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19045 N/A Build 19045
GPU:
```
```
nvidia-smi
+--------------------------…
-
I was trying to train a model on a fairly large corpus, 6GB for text (0.98% training, 0.02% validation)
Luckily this Pull Request:
- Merge pull request #74 from ananda621/handle_large_data
Handle…
-
I've been playing with a net that generates definitions for words by training on an encyclopedia followed by a smaller dictionary. Here's an excerpt in the middle of training:
```
seeding with superc…
-
I copied the code and got this working on my computer, but when I try to change the path to file, and give it something other than the example text, it crashes.
Default (This one always works)
`pa…
-
Hi Scot,
Quick question about the bird dataset you're using.
I downloaded the bird dataset as per your instructions:
```
#####How to train a char-CNN-RNN model:
1. Download the birds and fl…