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
Now that we have FluxML/Flux.jl#1849 (comment), there are some things we could do:
rng
Short
Dropout
MLJFlux.jl/src/builders.jl
Line 61 in b5a9c41
Short2
MLJFlux.jl/test/regressor.jl
Line 6 in b5a9c41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that we have FluxML/Flux.jl#1849 (comment), there are some things we could do:
rng
argument for theShort
builder should be passed to theDropout
layer atMLJFlux.jl/src/builders.jl
Line 61 in b5a9c41
Short
instead of the test-local builderShort2
in tests and removeShort2
:MLJFlux.jl/test/regressor.jl
Line 6 in b5a9c41
Dropout
layer with rngThe text was updated successfully, but these errors were encountered: