-
Great job so far! Your empirical CDF graph is missing an overlay of the CDF, and the histogram of the sampling distribution is missing an overlay of the density function. The assignment is also incomp…
-
This graph plots the selected property at specific time points. Time is along the X-axis, the location along the Y-axis, the value of the property is translated into a color. A location on the network…
-
Hi!
I used vg chunk to extract subgraphs from a pan-genome graph and then used vg deconstruct to obtain VCF files for both the pan-genome graph and the subgraph. However, I noticed that the VCF fi…
-
### 🐛 Describe the bug
There is a popular method of getting compiled graphs using a custom backend.
E.g.
```
def my_backend(gm: torch.fx.GraphModule, example_inputs: List[torch.Tensor]):
…
-
## 🐛 Bug
when setting excluded_edges, this function will return a graph with edges less than fanout.
## To Reproduce
Steps to reproduce the behavior:
1. create a graph
`u1 = torch.tensor(…
-
## ❓ Questions and Help
Now, there are many third-party graph sampling frameworks, like [torch-quiver](https://github.com/quiver-team/torch-quiver), which may be more flexible or have higher perfor…
-
Hi all, I generated a pangenome with Minigraph-Cactus with this command:
```
cactus-pangenome 3_MC_all/js-3_MC_all ./scripts/3_MC_all.seqfile \
--outName 3_MC_all \
--outDir 3_MC_all \
--refer…
-
3x 3d texture sampling is a bit much on the Switch.
So what I'm suggesting is a vertex lit volume shader.
Since it is not possible in shader graph to pass anything but normal to the fragment portion…
-
### 🐛 Describe the bug
torch.compile breaks with Triton built from source (as of Nov 12):
How to reproduce:
1) Build Triton from the master branch
2) Run torch.compile with a model containing T…
-
## 🚀 Feature
The function `CSRSliceRows()` on the CPU currently is not parallelized (https://github.com/dmlc/dgl/blob/master/src/array/cpu/spmat_op_impl_csr.cc#L361), and as a result makes MultiLayer…