sdobber / FluxArchitectures.jl

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

Zygote must be pinned to versions lower than 0.6.44 #48

Open sdobber opened 1 year ago

sdobber commented 1 year ago

Otherwise, the backward pass on DARNN fails.

Seems to be related to https://github.com/FluxML/Zygote.jl/issues/1304