-
TF 2.0 Support eager mode by default, easy to debug. Also, UnifiedLSTM is really cool.
-
原文中好像是先进行了激活再卷积的吧,如果我没有理解错的话,您这个代码是卷积后再激活的吗?
-
I have run train.py with this config and after 13 epoch I still get 0 fscore.
**Config:**
```
{
"task_info":{
"label_type": "multi_label",
"hierarchical": true,
"hierar_taxonomy…
-
My aim is to make a five-category text classification
I am running transformers fine tuning bert with `cnnbase` model but my program stops at `loss.backward()` without any prompt in `cmd`.
I de…
-
It seems that the convolution kernel parameters of different convolutional layers are the same(self.conv3 = nn.Conv2d(self.channel_size, self.channel_size, (3, 1), stride=1)), what is purpose?
-
I am proposing to change keras to tf.keras for better performance, better serving and add TPU support. Maybe we should re-write the whole project, clean up the code, add missing documents and so on.
…
-
Thank you very much for releasing the code.
I'm having a hard time reading https://github.com/riejohnson/ConText/blob/master/examples/dpcnn-functions.sh are the weight of the convolution units inte…
-
您好,最近参加了一个长文本分类比赛,文本的平均长度为720个词,请问有什么模型可以推荐吗?开始用的DPCNN来做,由于内存才10g左右只能用很小的batch来做,并且很慢。多谢
-
train:
tf.app.flags.DEFINE_string("ckpt_dir","./predictor/checkpoint/","checkpoint location for the model")
tf.app.flags.DEFINE_string("model","text_cnn","name of model:han,text_cnn,dp_cnn,c_gru,c_g…
-
tensorflow.python.framework.errors_impl.DataLossError: Checksum does not match: stored 2982177973 vs. calculated on the restored bytes 1718988051
我上传之后总是这个问题,请问您有什么见解。
我在本地测试都不会出现问题,但是就出在上传会报这个错误。
…