zy158
zy158
Hi ! Although I modify as you said, I have the same question! If I want to use this model to train labeled data(topic label), the train data format should...
@arunzz I have meet the same problem. I am running python 3, but the problem still exist. Can you attached the worked model3v2 source file?
@arunzz which version of tensorlfow and python you use?
@arunzz when I don't init glove embedding in your source file, it will exist the error: InvalidArgumentError (see above for traceback): slice index 1 of dimension 0 out of bounds....
@arunzz When I use tensorflow 1.12.0, it will lead "ArithmeticOptimize" error. Then I replaced the version of tensorflow 1.8.0. and worked. But it will occur "concat" error and "hidden_layer" error....
@ProxyCasual Hi, have you solved the problem you meet? Input 0: [2,7,1,100] != input 1: [2,1,1,100]. How did you solve it?
@samithaj pthread_mutex_t needs to be initialized at the time of declaration:pthread_mutex_t mut_mutex = PTHREAD_MUTEX_INITIALIZER But I also meet the question:Segmentation fault: 11
我的也是这样,我也用的glove的50维向量,但我没想到差的会这么大。。。 @chivychao