打赏
上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: Short Paper(s) 1. Task-oriented Dialogue System for Automatic Diagnosis. (Cited by 0) Zhongyu Wei, Qianlong Liu, Baolin Peng, Huaixiao Tou, Ting Chen, 阅读全文
posted @ 2019-01-19 23:56 listenviolet 阅读(530) 评论(0) 推荐(0) 编辑
摘要: [NLG - E2E - knowledge guide generation] 1. Knowledge Diffusion for Neural Dialogue Generation ( ‎Cited by 3 ) Shuman Liu, Hongshen Chen, Zhaochun Ren 阅读全文
posted @ 2019-01-19 22:34 listenviolet 阅读(940) 评论(0) 推荐(0) 编辑
摘要: docker无法启动: journalctl -xe的提示信息为: 解决方法: 参考:https://forums.docker.com/t/failed-to-load-listeners-no-sockets-found-via-socket-activation-make-sure-the-s 阅读全文
posted @ 2018-12-25 18:47 listenviolet 阅读(2632) 评论(1) 推荐(1) 编辑
摘要: 实验对比了一下三种切分方式: 1,2 : nltk.word_tokenize : 分离缩略词,(“Don't” =>'Do', "n't") 表句子切分的“,” "." 单独成词。 3 : TreebankWordTokenizer: 分离缩略词, 表句子切分的 “,"单独成词,句号“.”被删去。 阅读全文
posted @ 2018-12-17 10:40 listenviolet 阅读(3563) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/byron123456sfsfsfa/article/details/79811286 1. 在使用GPU版的TensorFlow跑程序的时候,如果不特殊写代码注明,程序默认是占用所有主机上的GPU,但计算过程中只会用其中一块。也就是你看着所有GPU 阅读全文
posted @ 2018-12-07 20:37 listenviolet 阅读(2475) 评论(0) 推荐(0) 编辑
摘要: (Mainly quoted from its official website) Summary: 1. TensorFlow™ is an open source software library. 2. Virtualenv is a tool to create isolated Pytho 阅读全文
posted @ 2018-11-26 21:31 listenviolet 阅读(524) 评论(0) 推荐(0) 编辑
摘要: RTX 2070 同样可以在 ubuntu 16.04 + cuda 9.0中使用。Ubuntu18.04可能只支持cuda10.0,在跑开源代码时可能会报一些奇怪的错误,所以建议大家配置 ubuntu16.04 + cuda 9.0。下文还是以ubuntu18.04 + cuda 10.0为例。u 阅读全文
posted @ 2018-11-24 15:49 listenviolet 阅读(7181) 评论(0) 推荐(0) 编辑
摘要: 原创文章~转载请注明出处哦。其他部分内容参见以下链接~ GraphSAGE 代码解析(一) - unsupervised_train.py GraphSAGE 代码解析(二) - layers.py GraphSAGE 代码解析(四) - models.py 1. class MeanAggrega 阅读全文
posted @ 2018-11-11 08:38 listenviolet 阅读(3085) 评论(2) 推荐(0) 编辑
摘要: 原创文章~转载请注明出处哦。其他部分内容参见以下链接~ GraphSAGE 代码解析(一) - unsupervised_train.py GraphSAGE 代码解析(二) - layers.py GraphSAGE 代码解析(三) - aggregators.py 1. 类及其继承关系 首先看M 阅读全文
posted @ 2018-11-11 08:38 listenviolet 阅读(6404) 评论(4) 推荐(1) 编辑
摘要: class EdgeMinibatchIterator def __init__(self, G, id2idx, placeholders, context_pairs=None, batch_size=100, max_degree=25, n2v_retrain=False, fixed_n2 阅读全文
posted @ 2018-11-03 22:41 listenviolet 阅读(2867) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页