Final Submission - Pandemic Centralized

Hi,
I receive the following error in the log when I submit code for Pandemic Centralized final solution:

/opt/conda/envs/condaenv/.tmpuswpugnr: line 3: 40 Killed python main_centralized_train.py
ERROR conda.cli.main_run:execute(33): Subprocess for ‘conda run [‘python’, ‘main_centralized_train.py’]’ command failed.

The same code ran successfully in the smoke test and since I don’t have access to main_centralized_train.py, it doesn’t look like something I can fix. There are no other error messages. Any insights?

Thanks

Hi @jimking100,

This seems most likely to be an out-of-memory issue. The data files in the evaluation dataset are larger than the smoke test ones (generally approximately 3X the size).

You may want to consider different approaches to be more memory efficient, such as chunked reads if using pandas.