evalai
https://github.com/cloud-cv/evalai
Python
:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to evalai
Help out
- Issues
- fix(worker): stop the bootstrap crash-looping on a zero-node cluster
- Malformed parts JSON returns HTTP 500 instead of 400 in multipart upload completion - apps/jobs/views.py:3208
- Submission with `is_public=True` returns HTTP 500 instead of being accepted - apps/jobs/views.py:365
- `is_public is True` never matches form-encoded requests, skipping when_made_public and the one-public-submission rule - apps/jobs/views.py:509
- `when_made_public` stamped with a naive datetime while USE_TZ is active - apps/jobs/views.py:510
- Public submission is demoted before the PATCH is validated, leaving zero public submissions on HTTP 400 - apps/jobs/views.py:538
- Fix #2669: Use base64.encodebytes so encode_data works on Python 3.9+
- Fix #5225: Accept all boolean spellings for submission `is_public`
- Fix #5229: Stamp `when_made_public` with a timezone-aware datetime
- Fix #5222: Return 400 instead of 500 for malformed multipart `parts` JSON
- Docs
- Python not yet supported