DeepCoNN icon indicating copy to clipboard operation
DeepCoNN copied to clipboard

This is our implementation of DeepCoNN

Results 15 DeepCoNN issues
Sort by recently updated
recently updated
newest added

Hello i want to ask if your results are overfitting on the test set,but the train loss has been decreasing.

大佬,您好 我想问一下,你当时训练时候机器的内存是多少呢。我目前训练这个机器的内存是22g,然后虚拟内存是55g,最后还是内存爆满。

你好,把代码改成python3的版本相应的tensorflow应该用什么版本呢?

DeepCoNN/pro_data/loaddata.py 运行不了,报的是pickle 错误 print(item_reviews[11]) pickle.dump(user_reviews, open(os.path.join(TPS_DIR, 'user_review'), 'wb'))

前辈您好, 您在代码里注释的 #tf.flags.DEFINE_string("word2vec", "./data/rt-polaritydata/google.bin", "Word2vec file with pre-trained embeddings (default: None)") 这个google.bin文件就是谷歌的GoogleNews-vectors-negative300.bin文件是么?

大佬,这个google.bin是在哪里下载的

hello, When I read 'google.bin',I also got 'memory error'.i change the google.bin file to a smaller one ,but got the same error ,how can i fix it?

hello, When I read 'google.bin',I got 'memory error'. Can I use other smaller data in “.bin” file format instead of this data?Can you provide download link? Thank you!

厉害,多谢分享