dkalim

Results 5 comments of dkalim

The graph has 10M nodes and close to 1B edges. Big enough to not fit on a single system. I am using BigQuery to process the graph in a distributed...

Thanks for the reply. The graph has close to 10 different node types and around 50 different edge types. Both the nodes and edge types are skewed. Maximum number of...

Thanks for the info. Size of the graph is a concern not because it's difficult to load but because 1. Holding embedding on GPU goes OOM, consider 10M nodes each...

I have used the steps mentioned [here](https://www.tensorflow.org/tfx/serving/tensorboard) for profiling tfserve but I am getting 'Failed to capture profile: empty trace result.' Though 'events.out.tfevents.1617711931.**.profile-empty' is created but events are not getting...

It's a simple understanding issue. TB is expecting an event in 1000ms (set while setting up profile service url) but no event is not getting triggered in that duration. You...