carlogalli

Results 2 comments of carlogalli

Hi, I just started using the external REPL and encountered the same issue. It seems to be related to which backend is being used (and/or whether any GUI backend is...

> The same happens with `Chain` and `params` from `Flux` in this code: > > ```julia > using Flux > a = Chain(x->x, x->x, x->x) > b = params(a, a,...