-
My environment: Python3.6+TensorFlow1.9
When i open the project with Visual Studio Code and run it, the console throws many errors, including syntax errors.
-
Running a string kernel classifier on the clintox dataset, I can obtain an AUROC of 0.96. When I canonicalize the smiles, my AUROC drops to 0.69. This implies that there is a bias in the smiles format…
-
-
The appendix of the paper mentions reaching 95.5% accuracy for 20news with the detailed hyperparameter settings.
Whatever I do, I can never exceed 40% accuracy on the in-distribution data [even data…
-
这样有助于和BERT类方法进行对比,能够方便看出具体的增益效果。
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**:
- 你使用的**Python**版本:
- 你使用的**Tensorflow**版本:
- 你使用的**Keras**版本:
- 你使用的**bert4keras**版本:
- 你使用纯**keras**还是**tf.keras**: tf.keras
- 你加载的**预训练模型**:
…
-
https://github.com/JepsonWong/Text_Classification
-
Hi,
thanks for the code sharing.
I just found when set a large sequence_length, for example, 100 times 56 (original use case), the first train batch would take really long time, but the followi…
-
大佬你好,非常棒的项目,利用各种机器学习算法进行情感分析,但是我在执行时遇到一些问题,请问是否是自己执行顺序不对。
我的操作顺序:
1、安装完环境后,手动下载`fetch_data.py`中将爬取的文件`glove.840B.300d.txt`;
2、执行了`python preprocessing.py`,完成数据预处理,其生成了四个.pkl文件;
3、cd training;执行`py…
-
Traceback (most recent call last):
File "F:/Citation/code/ww/text_classifier_tf2-master/main.py", line 55, in
train.train()
File "F:\Citation\code\ww\text_classifier_tf2-master\engines\tra…