Closed henigm closed 3 years ago
You're right. That is a mistake that has been introduced a few commits before. The constraint type check fails when it shouldn't and vice versa. I thought that I'd already fixed it (because I run into the same problem when testing) but apparently not. 44061f05bff3cd0359aa6900176e2d2631de52fa fixes it now. Please try again.
Thank you, that fixed the constraint error. I have tried this fix initially but i was getting results not converging, seems like that is not related to this bug. I will close this and open another one.
I built the package from source on linux and was successful. However when i tried to run the examples i keep getting Invalid constraint type error as shown below. Disabling the type check in gpufit.py doesn't seem to produce good results either. Is there a known solution for this? (using cudatoolkit 10.1)