sdobber / FluxArchitectures.jl

Complex neural network examples for Flux.jl
MIT License
122 stars 15 forks source link

Tests fail on Julia 1.10 #60

Open sdobber opened 8 months ago

sdobber commented 8 months ago

DARNN test fail in the backward pass with type Nothing has no field method. This is probably coming from https://github.com/FluxML/Zygote.jl/issues/1410.

Unfortunately, Zygote cannot be updated currently, see #48