Skip to content
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

Closed
bionicles opened this issue May 29, 2020 · 4 comments
Closed

Please switch off requirement for Float64 #1120

bionicles opened this issue May 29, 2020 · 4 comments

Comments

@bionicles
Copy link

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

@andreasnoack
Copy link
Member

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.

@matbesancon
Copy link
Member

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

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:

git tag -a v0.23.4 -m "<description of version>" 20c91d9efcc5f96913bf8e38be2e3fb14b21942b
git push origin v0.23.4

@bionicles
Copy link
Author

#1126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants