Thomas Kipf

Results 202 comments of Thomas Kipf

Please try an older TensorFlow version, e.g. 0.12 or 1.x On Tue, Apr 30, 2019 at 7:56 PM GAUTAM SHAHI wrote: > Hello, I am getting an error while executing...

Please try an older TensorFlow version, e.g. 0.12 or 1.x On Thu, Jun 20, 2019 at 3:19 AM massana wrote: > AttributeError: module 'tensorboard.lazy' has no attribute 'lazy_load' > when...

Yes, this seems to be an issue that several people reported. I have seen some recent papers that could reproduce our original score (potentially by re-implementing the model themselves), but...

This is the code snippet that I used to pre-process the NELL dataset from Zhilin Yang's GitHub: ``` if dataset == 'nell.0.001': # Find relation nodes, add them as zero-vecs...

Your configuration looks correct. Did you manage to reproduce the results for the other datasets? Just making sure there is no other underlying issue. Does the training/validation error converge at...

Have you tried the hyperparameter settings described in the paper? Note that these are different for NELL than for the other datasets.

Thanks for testing. I'll have a look at it as soon as I find time for it. For now, I would recommend having a look at a better-suited model for...

Maybe try python 2.7? Which version are you on?

This seems to be a bug (I have used the dataset which you refer to)- I will look into it. Thanks for reporting! On Mon 18. Jun 2018 at 13:03...

Convert the adjacency matrix to float and then it should work ;-) On Wed 25. Jul 2018 at 06:25 zhongboyin wrote: > Hi, > Thanks for your sharing. I am...