sshzhang

Results 10 comments of sshzhang

I solved it . modify int(layers[0]/2) That would be ok !

MLP文件中的Embedding(output_dim=int(layers[0]/2)) ,两个Embedding都要修改。

@chenchongthu can you help me solve this problems . The file is not exists in program. Thank you very much

@s1162276945 Hi,when you run code. have you meet the follow problems Load word2vec u file ../data/google.bin File "/home/zxj/PycharmProjects/DeepCoNN/model/train.py", line 157, in with open(FLAGS.word2vec, "rb") as f: IOError: [Errno 2] No...

@loveJasmine Hi Have you solved this problems.? I meet the same problems. but I do't know how to deal with it

Thank you very much!

after reading the article in detail . I also find some problem. can you explain me about how to preprocessing the Criteo Dataset when you do experiment. I want to...

Thanks ! Here is my email [email protected]

@vr25 Hello ,have you solved this problems?

@vr25 I solved it you can replace them by follow code. In fact , this may be the python version problems # self.u_j = tf.einsum('ajk,kl->ajl', tf.nn.relu( # tf.einsum('ajk,kl->ajl', self.h_drop_u, Wau)...