-
I have install all the package. But execute the command:
THEANO_FLAGS=device=gpu shovel lfw.random_driver --max_n_per_class=20
An error occurred:
```
import autodiff
```
ImportError: No module nam…
-
### Description
The following code fails to compile in release mode. (Debug mode works!)
The crash only happens when the code is in a separate module and called from a second module, executable.
…
-
### Description
Very similar structure to #75774 but a different error with a minor change!
The provided code fails to build with `swift build -c release`. Builds fine in debug mode.
### Reproducti…
-
A few comments for consideration in the matrix autodiff design document.
1. As much as the matrix of vars enables better performance it also greatly facilities the implementation matrix-valued reve…
-
## Summary
Hi,
I developed a custom sphere tracer and wanted to forward a single parameter to the rendered image.
dr.set_grad(p, 1)
dr.forward_to(image)
The cu…
-
Hello,
I ran into a compilation issue that was triggered deep into Eigen ([here](https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/products/TriangularSolverMatrix.h#L124)) from e.g. th…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14236 |
|Radar | None |
|Original Reporter | @dan-zheng …
-
MWE:
Running one of the tests in `NNODE_tests.jl`,
```julia
using Flux
using Random, NeuralPDE
using OrdinaryDiffEq, Statistics
import OptimizationOptimisers
Random.seed!(100)
# Run a…
-
I found that in teqp one of the models was failing because the derivatives of ``pow(delta, int)`` are not calculated properly when ``delta`` is ``0``. Here is a Catch2 test snippet showing the problem…
-
Hello,
First of all, thanks for the great library!
Second, when I tried compiling with Intel's icpc (Version 2021.2.0), the build fails with the message below (clang and gcc are OK).
Here I co…