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

Check for correct UID #2

Closed iamzoltan closed 2 months ago

iamzoltan commented 3 months ago

It looks like we are using the encoded version of the UID. This might be causing our errors.

See if we can use the decoded version.

This is a remnant issue from the conversion to py3 from py2.

iamzoltan commented 2 months ago

solved