-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bug in weights for ILP #6
Comments
Oh thank you for catching the bug! |
fix in #7 |
Perfect, thanks for addressing this so fast! |
Actually, sorry, something is not quite right still. I'm now getting this
coming from Maybe it's a question of the dimensionality of the weights I'm passing? My weights are 2D, the same shape as the input phase dataset, should I reshape them somehow? I'm using |
Yes, both |
I'm using |
Hi @yoyololicon, thanks for all the info. If you find some time to work on the weights shape conversion, I'll be excited to include it in my application! |
Hey, I've noticed what seems to be a typo in line 104 in
core.py
.The
c
which you use as argument tonp.tile
is not defined earlier.I'd appreciate if you could let me know what the correct argument here is so that I can use weights in my computations.
The text was updated successfully, but these errors were encountered: