grand-challenge.org icon indicating copy to clipboard operation
grand-challenge.org copied to clipboard

A platform for end-to-end development of machine learning solutions in biomedical imaging

Results 67 grand-challenge.org issues
Sort by recently updated
recently updated
newest added

In task `grandchallenge.algorithms.tasks.execute_algorithm_job`: ``` Traceback (most recent call last): File "/opt/poetry/.venv/lib/python3.10/site-packages/celery/app/trace.py", line 451, in trace_task R = retval = fun(*args, **kwargs) File "/opt/poetry/.venv/lib/python3.10/site-packages/sentry_sdk/integrations/celery.py", line 231, in _inner reraise(*exc_info) File "/opt/poetry/.venv/lib/python3.10/site-packages/sentry_sdk/_compat.py",...

Sometimes an inference job will fail on SageMaker with `RuntimeError: CUDA error: uncorrectable ECC error encountered` or `RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR`, these jobs should be automatically retried on a different...

Our startup time has gotten pretty slow (~3s) which you have to pay on each server reload. Following [this blog post](https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/) I have created some profiles - we import 2670...

Bleach is now deprecated (https://github.com/mozilla/bleach/issues/698). There are some existing bindings around [ammonia ](https://github.com/rust-ammonia/ammonia) which could be useful, e.g. https://github.com/messense/nh3.

First step for https://github.com/comic/grand-challenge.org/issues/3215

Celery errors are uncaught in the job creation process. Now there is a celery task with no task name, and just: ``` {"exc_type": "ChordError", "exc_message": ["ValidationError([\"{'__all__': [ValidationError(['Image segments could not...

Error Message: Method was not ready to be used This of course should be Algorithm Image. This occurs when a challenge admin wants to re-run an evaluation, but new jobs...

To reproduce: try adding a paper from European Radiology on the day that it is published.

Emails with special characters are failing to get sent. To reproduce make a challenge request, the email tries to include a euro symbol (€) in the line. We also see...

`create_algorithm_jobs_for_evaluation` exits successfully but the evaluation remains in the executing algorithm state. Occurs when the challenge admin uses the try out algorithm page and selects an image from the archive...