-
## Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have searched in [existing issues](https://github.com/BrikerMan…
-
Hello, I didn't find SSVH.py in your submitted codes. I 've got the datasets, but what should I do to run these codes? Thanks.
-
@pvoigtlaender @doetsch I am trying your experiment of mdlstm on IAM, there are some problems about the input and output.
1. why the image are transformed from 2D tensor to 1D sequence?
2. what …
-
Having trouble training my model with multi-GPUs. Having trouble determining the cause of the error. It is below:
```
>>> model = BiLSTM_Model(embedding=stack_embedding)
>>> model.build_multi_gpu…
-
我想去用GPT2 Embedding但是不能把trainable设置成false,于是程序无法运行。
报错是显存不够,就把显卡从k80换成了p6000,但还是不行。
如果能把trainable设置成false大概就不会报错,因为BERTEmbedding在k80上能正常运行
以下是在k80上的报错信息
--------------------------------------------…
-
First of all, a nice and easy to implement library. Thanks.
I tried to use optuna for hyperparameters optimization but my objective function has a condition like as under
def ojective(trial):
pinrw…
-
your project is very good,but can you compile the dll file and the .so file?
so i can call the predict function with java, it is very exited
-
-
恳请各位老哥指点,多谢多谢~
-
```
import paddle
import paddle.fluid as fluid
import paddle.fluid.core as core
import paddle.fluid.framework as framework
from paddle.fluid.executor import Executor
shape = [1]
gate_size =…