DeepCoNN
DeepCoNN copied to clipboard
This is our implementation of DeepCoNN
Loading data... I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:937] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero I tensorflow/core/common_runtime/gpu/gpu_device.cc:885]...
Hello authors: After I run your code , some errors happened . my running environment is python2.7 and Tensorflow 0.12.1 , Here are some basic errors: Load word2vec u file...
https://github.com/chenchongthu/DeepCoNN/blob/67ddbb7bf9de8419e40d4068f789f75873864c2e/model/DeepCoNN.py#L30-L33 https://github.com/chenchongthu/DeepCoNN/blob/67ddbb7bf9de8419e40d4068f789f75873864c2e/model/DeepCoNN.py#L37-L40 你好, 你的实现中针对user,item使用了不同的lookup 矩阵,也就是说,同一个单词在user中对应的词向量,跟item中对应的词向量是不一样的; 这似乎有点说不通。
感谢您开源代码,对我帮助很大。在data processing里面发现一个问题。clean_str(string)这个函数里面第一行代码只会保留英文字符,所以后面的代码基本没用了。我访问了您提供的链接,发现那部分参考代码更新了。你留意一下就知道我在说啥了。哈哈。