-
**Submitting author:** @navjotk (Navjot Kukreja)
**Repository:** https://github.com/devitocodes/pyrevolve
**Version:** v2.2
**Editor:** Pending
**Reviewer:** Pending
**Managing EiC:** Lorena A Barba
…
-
In the current form, the newton-rhapson routine includes code that needs to be externalized to accommodate optimization algorithms. This is a partial list:
- Initial guess (V) should be provided th…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian 9.4
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy): N/A
- TensorFlow installed from (source or bin…
-
Is it possible with Zygote to build custom `AbstractMatrix` subtypes with custom adjoints? I would like to have a matrix, that would behave like a standard dense matrix, but before left-multiplying a …
-
Dear fellow developers,
I am facing another issue with the latest rule-based versions of Lima including 3332df310a (Oct 8 2020) regarding the ``00734_sample.xml`` text in the attached archive.
`…
-
Perhaps because it's a multidimensional problem?
```
using DiffEqFlux, Flux, DifferentialEquations
z_grid = -5:0.1:5.
v̄(z) = 2*exp(z)
N = length(z_grid)
function f(du, u, p, t)
v = u…
-
## URL(s) with the issue:
Please provide a link to the documentation entry, for example:
https://www.tensorflow.org/api_docs/python/tf/linalg/inv
## Description of issue (what needs changing):
…
-
It seems that I can only update Zygote to `0.4.20` to use current Turing. However, there are some issues with creating custom adjoints if I use Zygote `0.4.20` and ChainRules `0.7.2` so it's not worki…
-
**Description**
I want to calculate nodal normal shape derivatives to make adjoint bossak scheme to work with slip conditions (in the `SensitivityBuilder`). Currently, nodal normals for nodes with SL…
-
It assumes that the batch dimension can be modified, but something like e.g.
```
z = (batch, channel)
def g(self, t, y):
return torch.stack([z, y], dim=2)
```
will then throw an error becaus…