-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
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
Please switch off requirement for Float64 #1120
Comments
This is covered by #1067. The fix is a little more involved that the one you propose but it would be great if you could make some progress on this in a PR. |
@JuliaRegistrator register() |
Registration pull request created: JuliaRegistries/General/15902 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
|
For RL, I would like to parameterize a Categorical distribution with the output of a neural net, but the distributions require Float64! Seems there are multiple issues for this. Is there some reason Distributions will not accept the default Float32 used by Flux ?
find all "Float64" -> replace with "Float" ; done
The text was updated successfully, but these errors were encountered: