-
Hello,
I want to use multiple CPUs to accelerate the function.
When I use your class in multiprocessing, the kernel just freezes, and it does not do anything.
Can you help on this?
Thanks,
-
Issue:
Hello,
I want to use multiprocessing on SPAMS library to fasten the computations, but the kernel freezes when I use it.
Environment (conda list):
```
$ conda list
# pack…
-
[networkx/utils/backends.py line 2313](https://github.com/networkx/networkx/blob/c107d25c853fbfe082c12d9e8c77afe4f34e91da/networkx/utils/backends.py#L2313C9-L2313C60) causes an `AttributeError: 'Non…
-
As we have support for different backends, it would probably be a good idea to have unit tests to verify that we achieve the same results using the three different backends: pytorch, numpy, and tensor…