-
I'm using TMCstepper v0.3.2
I've only listed the changes to the config files I've done.
If I disable (comment out) "**#define HYBRID_THRESHOLD**" in **Configuration_Motor_Driver.h** it compiles …
ghost updated
5 years ago
-
I am trying to use `spmm` with a sparse tensor that's coming from the result of `spspmm`. This produces the following error.
```
File "/anaconda3/envs/hep/lib/python3.6/site-packages/torch_spars…
-
## 🚀 Feature
Adapt basics tensor operation into dgl ecosystems by custom builtin functions.
## Motivation
Current dgl only support SPMV with adjacency matrix, which might not be flexible enough…
-
Hi, Thanks for open-sourcing this awesome project. However, when I try to load the `log/2019-01-18T02:32:24.320546/network_4.pth `, I got the following error:
```
RuntimeError: Error(s) in loading…
-
Thanks for the great library! This is a question regarding to the design choices of using "indexing+ scatter" as the message propagation operator (in many cases can be expressed as AH where A is a spa…
-
- [Related discussion thread](https://discuss.dgl.ai/t/how-to-fix-random-seeds-in-dgl-in-training/65/3)
It has been observed by Erutan-pku, @hbsun2113 , me and @yzh119 that after fixing NumPy rando…
-
I’m following installation instructions at: https://rusty1s.github.io/pytorch_geometric/build/html/notes/installation.html
Problem:
At part 2 of step 2, Add CUDA to $PATH and $CPATH (note that you…
-
## 📚 Installation
## Environment
* OS: Ubuntu 18.04
* Python version: 3.6
* PyTorch version: 1.0
* CUDA/cuDNN version: 9.2
* GCC version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
* How …
-
I can download the "large" data set in the folder using the script: ``merge-spmm/dataset/europar/large/DownloadFigure6.sh``, but the ``highd`` and ``lowd`` folders have not such download addresses. Co…
-
## 🐛 Bug
when using sparse.mm to do sparse_matrix dense_matrix matrix multiplication, when the sparse_matrix is all zeros, it sometimes gets nan in the result.
## To Reproduce
Steps to repr…