-
Hi, I am trying to run SpineOpt, but I get
```julia
[ Info: Running /mnt/c/Users/joaquimgarcia/Desktop/BT/open-energy-modeling-benchmarks/SpineOpt/cases/1_electrolyzer_with_rolling_horizon.json
ERR…
-
I will generate an MWE in the morning. Testing out FNOs (https://github.com/SciML/NeuralOperators.jl/pull/52) with #245
```julia
julia> ∇fno_compiled = @compile ∇fno(fno, ps, st, x)
error: FFT/IFFT/…
-
I modified the [2D multiple body problem](https://github.com/WaterLily-jl/WaterLily-Examples/blob/main/examples/TwoD_MultipleBodies.jl) to run it on GPU. It looks like there is an error during compili…
-
Xpost: https://discourse.julialang.org/t/scimlsensitivity-jl-precompile-error-because-of-enzyme/122561/9
Trying to follow along this the SciMLSensitivity.jl tutorial:
[Parameter Estimation of O…
-
Hi, the same optics I'm using for modification
```julia
❯ using Accessors, AccessorsExtra
❯ x = Dict(
"a" => (
(1),
(2),
(3)
)
)
Dict{String, …
-
With Zygote v0.6.71 on julia v0.11 I get the following error:
```julia
m = Chain(BatchNorm(3), sum)
x = Float32[1 2; 3 4; 5 6]
Zygote.hessian_reverse(m, x)
```
```
ERROR: Compiling Tuple{Zygote…
-
**Describe the bug 🐞**
Calculating the matrix exponential of a CUDA sparse matrix fails with trowing the exception
ArgumentError: Attempt to use a freed reference.
or
Error: Scalar Indexing is d…
-
**Submitting author:** @aris-mav (Aristarchos Mavridis)
**Repository:** https://github.com/aris-mav/NMRInversions.jl
**Branch with paper.md** (empty if default branch): master
**Version:** v0.9.2
**Ed…
-
When trying to use Enzyme as the autodiff backend for SymbolicRegression searches I ran into this error:
```
nested task error: task switch not allowed from inside staged nor pure functions
`…
-
Hello, I wonder if Reactant works with Conv layers, it seems it works in forward but not in the gradient pass, neither on cpu of gpu
version :
```
Julia Version 1.10.6
Commit 67dffc4a8ae (2024-10-28…