text-classification-models-tf icon indicating copy to clipboard operation
text-classification-models-tf copied to clipboard

Tensorflow implementations of Text Classification Models.

Results 6 text-classification-models-tf issues
Sort by recently updated
recently updated
newest added

How can I get prediction results in test.py? The implementation now only has accuracy, so it's hard to see precision, recall, f1, or the prediction itself.

Tensorflow 2.x Python 3.7.3 Traceback (most recent call last): File "train3.py", line 74, in model = WordCNN(vocabulary_size, WORD_MAX_LEN, NUM_CLASS) File "/home/migueltuxd/bucket4testingtpuss/TPU/text-classification-models-tf-master/cnn_models/word_cnn.py", line 54, in __init__ self.optimizer = tf.train.AdamOptimizer(self.learning_rate).minimize(self.loss, global_step=self.global_step) File...

It crashes in Tensorflow 1.4 with the error below: Traceback (most recent call last): File "train.py", line 47, in model = VDCNN(alphabet_size, CHAR_MAX_LEN, NUM_CLASS) File "text-classification-models-tf/cnn_models/vd_cnn.py", line 70, in __init__...

每次卷积输入的都是input,第二次循环也是conv变量,这样第一次循环不是就用不上了?

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...