-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Anomalylikelihood write method throws KeyError distributionParams vs distribution #3783
Comments
@subutai Can you take a look at this issue please just to make sure it makes sense? |
It makes sense but should be handled by someone who understands the Capn Proto implementation. I also agree with @kyle-sorensen that the Float32's should really be Float64's. To prevent future occurrences, sounds like we need a test that writes and loads an anomaly model?? |
@rhyolight, @subutai I can take a look. |
@rhyolight I've fixed the serialization test to include the distribution (See #3786). |
When I log this method, I can see the following:
In the proto object the defined key is "distribution" too, not "distributionParams".
The capnproto schema also uses Float32 (a float) but the incoming python "float" is actually a double. (Should this be Float64?)
The text was updated successfully, but these errors were encountered: