-
When trying to regenerate the fog composite for 2019-04-15, that I have done before, I get an `IndexError`. The full command below uses the `show-fog` command from fogtools:
```bash
PPP_CONFIG_DI…
-
To preface, it is very likely that I am doing something wrong, as I didn't closely look at the blending code in Pytorch3d. Would appreciate any advice on this particular topic.
Was comparing the s…
-
#### Summary:
Support solving a system of non-linear equations using one of the better supported unsupported modules in Eigen. An alternative would be to use KINSOL in Sundials, but I think Eigen wou…
-
Love this project, as well as your Seq2Seq implementation and RL library!
Have you considered integrating with Swift for TensorFlow? 😄
-
MXNet equivalence of numpy.cumsum https://docs.scipy.org/doc/numpy-1.15.0/reference/generated/numpy.cumsum.html?highlight=cumsum#numpy.cumsum
-
## 🐛 Bug
Gradient computation of `torch.cdist` results in non-deterministic behavior in some simple cases. It appears there is some kind of overflow or similar going on.
## To Reproduce
Step…
-
Consider the signature of `lax.root`, for simplicity omitting the `tangent_solve` argument:
```python
def root(f, initial_guess, solve):
"""Differentiably solve for a roots of a function.
…
-
Automatic Differentiation (AD) generates the derivative of arbitrary order `n` for an input function and is heavily used in Machine Learning. Perhaps we can implement one behind a feature flag. Some p…
-
B-mode purification seems to break when we have the situation:
1. a pixel is healpix UNSEEN in QU
2. the mask is zero at the pixel location
3. pure B is turned on
Thinking a little bit about h…
-
Are there any plans to implement a rasterizer which can differentiably render a triangular mesh to an image, similar to https://github.com/google/tf_mesh_renderer or https://github.com/pmh47/dirt?
…