traceback

traceback  

  By: Mamaa on Dec. 28, 2023, 6:43 a.m.

Dear organizers,

I tried out my algorithm successfully, unfortunately "The algorithm failed one or more cases" :(

Is it possible to have more information about what caused the failure ? Possibly a redacted traceback ? mama

Re: traceback  

  By: gasperpodobnik on Dec. 30, 2023, 9:35 p.m.

Dear Mamaa,

sure, I also sent you a direct message a couple of days ago via the grand-challenge messages (check the icon next to your profile picture) :)

Here is the error message for your submission: RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.

To address this, please ensure you have enabled the GPU option when uploading the Docker container.

Best, Gasper

 Last edited by: gasperpodobnik on Dec. 30, 2023, 9:35 p.m., edited 1 time in total.