Guy Rapaport

Results 24 comments of Guy Rapaport

Why not try some graph rendering software, e.g. https://cytoscape.org or anything that can either load the json log file to some nodes/edges structure?

Can you please elaborate on this one more explicitly? i.e. if we can't remove > sentence and word segmentation > part-of-speech tagging > lemmatization Then is `doc = nlp(text, disable...

I was just looking to implement this as well.

@sambaPython24 I managed to do this manually like this: ```python from flashtext import KeywordProcessor proc = KeywordProcessor() keyword = "dog cat" proc.add_keyword(keyword) proc.keyword_trie_dict yy = proc.keyword_trie_dict['d']['o']['g'][' '] yy[' '] =...

@jinz2014 did you had any luck on that? I reached the same point, not sure if ngraph supports dynamic batch size.

Does it make sense that if my nvidia device is `/dev/nvidia1` or `/dev/nvidia2` then it doesn't get picked up as the `egl.EGL_DEFAULT_DISPLAY`? Is there an environment variable I should set...

@Guptajakala sorry - 1. I didn't solve this, 2. I do believe that on my machine it's the `/dev/nvidiaN` issue, perhaps you are experiencing something else I can't help with...

Great @keunhong !!! Thanks!!! Does this mean I should for now build from `master` rather then install with `pip`?

Hi @vaishu950102 , it's November 2022 now so things perhaps have changed. I'm not aware of an apt-get `ghz` package (i.e. something that would `apt-get install ghz`). However this worked...

Likewise, the following code will produce this exception (sadly for me). The node `inside_cluster_1` in `cluster_1` does not appear. This graph does render properly in `dot` though. ```python Traceback (most...