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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nil
This breaks outputsize when a model uses any functions from that package. For example, FluxML/NNlib.jl#629 (comment). The easiest fix is to copy
outputsize
Flux.jl/src/outputsize.jl
Lines 25 to 30 in 009d984
The text was updated successfully, but these errors were encountered:
For the immediate problem of gelu, Flux could simply add methods to all NNlib activation functions.
gelu
I don't remember quite why we decided against missing for this, maybe because it doesn't subtype Real? But it does obey erf(missing) === missing.
missing
erf(missing) === missing
Sorry, something went wrong.
I don't remember either, but the Number subtype explanation makes sense.
No branches or pull requests
This breaks
outputsize
when a model uses any functions from that package. For example, FluxML/NNlib.jl#629 (comment). The easiest fix is to copyFlux.jl/src/outputsize.jl
Lines 25 to 30 in 009d984
The text was updated successfully, but these errors were encountered: