-
Thanks for the awesome library! It would be great if PyTorch could support forward-mode automatic differentiation. The main use case is to compute a Jacobian-vector product. I tried using [this trick]…
-
Apple stopped supporting GCC in favour of clang. This is to track the status of building Sage with clang with the aim of making it the default compiler used on OS X and other OS where it is the defa…
-
Hi,
It's a very nice and inspiring work!
As you mention in the paper, the geo-transformation procedure is differentiable. I'm not clear what do you mean by "differentiable" here. Do you mean the…
-
As usual, we want to first thank all the contributors. In the past 0.6 release, we have received **69 PRs from 33 new contributors**! 11 new GNN examples are added to the repository adding the total n…
-
I’m willing to put some effort in the ONNX story if there exist some interest.
TBH I don’t really know what fastAI is about so if there is some special meaning to ONNX + fastAI then please let me k…
-
For example
```
CompressibleEulerMulticomponentEquations1D(gammas=(1), gas_constants=(1))
```
triggers `InexactError: Int64(Inf)`. Same thing happens on `CompressibleEulerMulticomponentEquations2D…
xzczd updated
3 years ago
-
We propose clarifications for the semantics of constraint satisfaction in the [generics proposal](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md). We also pr…
-
Hi, thanks for the great work!
I wonder if this differentiable renderer is suitable to supervise the SDF by normal maps.
Since computing normals would implement another gradient computation, is th…
-
The `shared_intermediates` example in the docs is to calculate multiple marginals, which is a use case of interest to me. Calculating marginals is equivalent to calculating environment tensors, so I'm…
-
The intent of this issue is to provide a bird's eye view of linear algebra APIs in order to extract a consistent set of design principles for current and future spec evolution.
## Unary APIs
- …