-
Notifications
You must be signed in to change notification settings - Fork 55
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
Calling bayesflow from R #218
Comments
Commit : 60a2fca R stores all numbers as float64 where as tensorflow in python wants to have a float32. I tried changing the forward model function so that it would explicitly generate float32, but when it is called later by another function to sample training data, the training data which is stored in R, is in the default number type float64. Tried: Full Error:
|
No description provided.
The text was updated successfully, but these errors were encountered: