Sunday

Results 42 comments of Sunday

想问下def get_contact函数这一行:search_box = auto.EditControl(Depth=8, Name="搜索")为什么是depth=8, name=搜索,这两个信息是从哪里测试得到的

特别感谢!说的很详细了,不过您说的拼接过程是不是在run_classifier.py的create_model函数里,一开始的实例化model=modeling.BertModel下面?我看您的别的repo有在这后面接LSTM,Attention等。

create_model这里没有变量能控制batch_size的走向啊,例如我有1000条数据,batch_size=16,create_model这个函数每次读取16个数据进行训练,而我想新增的这16个特征取值怎么输入进来呢?数据格式现在变成sentence-label-my_feature,原来的output_layer = model.get_pooled_output()是(16, 768)大小的数据,怎么把(16, 1)的这个张量拼接过去啊。。。我想着先保存1000个my_feature为一个列表,每次取出16个来做成tensor,问题是create_model这里没有类似于第一个batch,第二个batch这种东西。。。

I solved this problem, this is the way: First, download this github repo alone and modify the document "mord" to "mords". Make sure you are in a python IDE not...

I changed the name of the "dialogues_test.txt" file in the "ijcnlp_dailydialog" folder to "test_samples.txt", and placed it in the 'data/processed/daily/' folder, so that the program runs! But I don't know...

@daiguadaidai 方便重新上传一些新的么?通过别的途径也可以喔