neuromatch / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
1 stars 0 forks source link

CrowdKernel Breaks #4

Closed iamzoltan closed 2 months ago

iamzoltan commented 3 months ago

Oddly, the crowd kernel starts off alright, but then it eventually breaks. Somewhere in the chain, the index of the center image gets set to a float. This breaks the computations. It may also be related to #2 . Its likely best to sort out #2 and see if the issues persist.

iamzoltan commented 2 months ago

found the bug. It was related to how python2 vs python3 handles integer division