HelloWorldLTY

Results 81 comments of HelloWorldLTY

Hi, I tried to include the edge_attr into the GATConv part, but I will receive this error: ![image](https://user-images.githubusercontent.com/43333475/189777645-04c9886e-2f8f-4dcc-afad-4916095e4740.png) Why do we need this lin_edge to help us achieve this target?Are...

Sorry for my late reply, yes, I wonder how to adjust the figure size and quality when we intend to save the file?

gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)

After I used my own computer to run the codes, I meet a new error: ![image](https://user-images.githubusercontent.com/43333475/195964264-dcdb127c-3168-4045-932c-6cf8724d4fb8.png) I wonder if there are any solutions to this problem. Thanks a lot.

I used pip install. Maybe I need to try conda

For more information, you can take a look athttps://github.com/theislab/scanpy/issues/1951

This happens on colab. I can provide you me setting plan: Package Version ----------------------------- ------------------- absl-py 0.12.0 alabaster 0.7.12 albumentations 0.1.12 altair 4.1.0 anndata 0.7.6 anndata2ri 1.0.6 annoy 1.17.0 appdirs...

> If you make a directory in e.g. `/tmp` for example `/tmp/numba_cache` and then set the environment variable `NUMBA_CACHE_DIR` to point to that i.e. `export NUMBA_CACHE_DIR=/tmp/numba_cache`, does that help? Emm,...