-
Notifications
You must be signed in to change notification settings - Fork 148
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
[Question] AssertionError: Values must be float if value_is_float is set to True, got int64: [1] #729
Comments
Hello @ganyuancao, Since this is not the first time some users are facing similar issues, we'll try to improve our documentation to better explain this part, so thanks for reporting 🙂 Hope that fixes your issue ! |
Hi @RomanBredehoft, Thanks for your answer. Yes I indeed fixed that problem by adding |
Hello again @ganyuancao, As for your question, I would need to know more about your traceback as this is an error from the compiler. Most probably, your issue is that some accumulators are reaching the allowed limit. In any case, we have an example about this issue in this documentation section. Feel free to check out the several possible solutions we provide ! |
Hello, I am trying to wrap a Unet with Concrete-ML. When I try to compile the model, I got an error
My Unet is like that
And that's how I compile the model
It is all good when I train and predict in plaintext. Any idea why there is an error like that? Thank you very much in advance!
The text was updated successfully, but these errors were encountered: