We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flux seems to override the behaviour of cat and fails in absence of arrays to concatenate.
Versions:
julia 1.6.1 Flux 0.12.2
Correct behaviour:
julia> cat(dims=1) Any[]
Incorrect behaviour
julia> using Flux julia> cat(dims=1) ERROR: StackOverflowError: Stacktrace: [1] cat(; dims::Int64) (repeats 39991 times) @ Flux ~/.julia/packages/Flux/6BByF/src/onehot.jl:69
The text was updated successfully, but these errors were encountered:
Merge #1584
f0fc291
1584: fixes #1583 r=DhairyaLGandhi a=DhairyaLGandhi Is the classic `Union{}` dispatch piracy gotcha Co-authored-by: Dhairya Gandhi <[email protected]>
5f56924
No branches or pull requests
Flux seems to override the behaviour of cat and fails in absence of arrays to concatenate.
Versions:
Correct behaviour:
Incorrect behaviour
The text was updated successfully, but these errors were encountered: