Dash Shi

Results 31 comments of Dash Shi

Hi I think it is Python3 and an older version of TensorFlow maybe 1.3.

This should be fine.

You could start with the command I shared in the README, that should work.

You don't need a GPU -- I ran this code on a 48 core machine. If you don't have that many cores, you can reduce the number of generators because...

Sorry, I don't recall. Something released before 2017 would be fine.

Its just the HITS and MR scores printed on the screen.

No there is not such output. On Tue, Apr 9, 2019 at 6:06 PM trishav96 wrote: > What about the completed knowledge graph? > > — > You are receiving...

I’m out in the woods and dont have access to a computer... it should be named something like entities relations, etc. On Thu, Apr 11, 2019 at 4:18 PM trishav96...

Yes! On Thu, Apr 11, 2019 at 9:14 PM trishav96 wrote: > self.__ent_embedding = tf.get_variable("ent_embedding", [self.__n_entity, > embed_dim], > initializer=tf.random_uniform_initializer(minval=-bound, > maxval=bound, > seed=345)) > > Is it this? (Line...

You will need to session.run it. Print it directly just prints out the tensorflow def. On Thu, Apr 11, 2019 at 9:27 PM trishav96 wrote: > How to I read...