-
### 🐛 Describe the bug
The following logic interacts in a way that causes speculation log to diverge:
1. When we construct a `VariableTracker` for an `nn.Module` instance, the following predicate …
-
## 🚀 Feature
I notice that currently only `SAGEConv` and `PointConv` support `NeighborSampler` in PyG, could you make `NeighborSampler` supported for more Conv layer like `GATConv`.
## Motivat…
-
We should discuss how the physics will finally work and if/how they should be refactored. We will do a special meeting about this.
-
A number of times, I have had a PDF produced by PDF::Builder fail to properly display in Adobe's free Acrobat Reader. The error message (upon page load) can be infuriatingly vague, such as "An error e…
-
if we have f = abs(sin(5x))^3 we get a union of domains. If we have g = abs(sin(5x)^3), we get a PiecewiseSegment domain. abs(f) fails because "ERROR: ArgumentError: Domain cannot be empty" and abs…
-
In the resolution PR to https://github.com/akka/akka/issues/24572 we are moving towards "one page per operator", e.g. Flow.map gets it's own documentation page as do all other FileIO and all other Flo…
ktoso updated
5 years ago
-
This is part of my Faust code:
```faust
declare options "[midi:on]";
declare options "[nvoices:8]";
import("stdfaust.lib");
freq = hslider("v:Env1/[4]Freq1[midi:ctrl 45][scale:exp]", 400,40,10000…
-
This is a feature request for
http://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.LinearOperator.html
to have an interface for transpose and conjugation or conjugate transpose.
Th…
-
* `nP` --> `size`?
* W --> weights?
* mapPair? do we need it? Can we just duck type?
* `deriv`/2 --> gradient? hessian? Not sure on this
-
Some examples give this code for creating new variables in data frame:
`mtcars$hwratio % mutate(hwratio=hp/wt) -> mtcars`.
Maybe it's not a "beginner" topic, but I think the typical base R way is …