Failed to run
I followed the instructions: before my submissions, I run locally the 2 commands python runner.py and python runner.py --full I have no issue, everything works well. However I got "failed to run" after I submit on the platform. What can I do?
5 Replies
Hi cwallace,
Thanks for joining the competition! let me send you and email and you can send me the script so I can see if I get same behaviour.
Best
Marc
Hi cwallace, To replicate the strict platform environment locally, modify how you test using the following steps:Simulate Limited RAM: Run your local tests inside a Docker container with the RAM limit set to 8 GB (docker run -m 8g ...) to see if an Out Of Memory error occurs.Test with Random/Empty Data: Feed mock data that intentionally contains NaN values or shuffled ticker sequences into your predict() method to see if your code is robust.
I have submitted 12 files with correct codes followed by given instructions and all of them are Failed to Run. I think it could be a glitch in AlphaNova backend system and required to fix it ASAP. Thanks
Hi AmonRa
Will take a look and revert .
Best
Marc
Hi AmonRa,
We located the reasons. Will send you an email.
Best
Marc
Sign in to reply.