shern2

Results 4 comments of shern2

Thank you for this useful tool. I have a similar error. Have tested all the notebooks in https://github.com/keplergl/kepler.gl/tree/master/bindings/kepler.gl-jupyter/notebooks **All worked, except for the hexbin one.** This one shows blank screen....

Update: Surprisingly In Google Colab, hexbin shows up correctly..: ![Screenshot from 2021-12-28 16-28-31](https://user-images.githubusercontent.com/18212522/147545825-8e0181af-3a06-468b-b7dd-fefd6cea117d.png) **Colab env** python: 3.7.12 Keplergl: 0.3.2 node: v14.16.0

(I'm not from Amazon). The `Environment` object is likely related to the lmdb's https://lmdb.readthedocs.io/en/release/#environment-class Without the full stack trace, I can only guess. My guess is something is trying to...

My guess is that the torch data loader is trying spin up x number of worker processes to prepare the batches of data. Problem is likely here: https://github.com/amazon-science/ReFinED/blob/main/src/refined/dataset_reading/entity_linking/wikipedia_dataset.py You can...