shern2
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..:  **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...