-
Hi everyone!
I created a model with below code script. I tried it several times and it worked well. But suddenly it crashed and didn't run and I couldn't find the reason. The error is this :
```
…
-
Hi everyone.
I used [this](https://github.com/intel-analytics/BigDL/blob/branch-0.1/pyspark/example/tutorial/simple_text_classification/text_classfication.ipynb) tutorial to build a simple text class…
-
您好!首先感谢您的贡献。但是在实现的时候发现会有两个地方报错,一直不明白。
实现Albert时提示:KeyError: 'vocab_size'.
实现xlnet时提示:AttributeError: Layer Attention-Normal-24 has multiple inbound nodes, hence the notion of "layer output" is ill-d…
-
-
Keras-TextClassification-master/keras_textclassification/m04_TextRNN/graph.py
In line 36 to 42 have wrongs,like ''if self.rnn_units=="LSTM" :'' need to be ''if self.rnn_type=="LSTM" :''
-
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.12.0 (from Keras-TextClassification) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.…
-
Hello,
I got the following error when I tried to run the code. I did not change anything just ran the test_baselines.py with the default parameters using the same dataset in the project.
Any adv…
-
-
### Affected Operating Systems
* WSL (Windows Subsystem for Linux) Ubuntu 18.04 LTS
### Affected py-lmdb Version
0.94 and 0.95
### py-lmdb Installation Method
```shell
conda create -n…
-
在全量数据上acc还不错,但是val_acc就低20%左右;
请问大佬用的输出的结果是在sample数据上的结果还是全量数据的结果?