Palash Goyal

Results 9 comments of Palash Goyal

Please have a look here: https://github.com/keras-team/keras/issues/12379

You will need to create an empty directory intermediate. The code stores temporary files in that directory. You may also have to create a results directory.

The error is while writing to a folder 'gem/intermediate'. So it means that this path doesn't exist. If you are running from a folder outside of GEM, you will need...

I have merged the updated version with the main branch. Thanks @jernsting for your updates! Really appreciate it.

Are you running it on your own data set? Is the graph connected? Ideally S_hat should be nXn where n is the number of nodes with the caveat that the...

You can also convert OWL to a text file with edges which you can easily load into networkx.

Each of the methods has a edge_f attribute which can be used to load the graph from a file containing edges, one edge per line. That is actually pretty fast...

Hi, if you run the above experiments multiple times and take an average you will get the results you desire. The discrepancy you are seeing is because of stochasticity. Since...

Are you saying why is P@k increasing with increasing k? Not the other way round right?