Time limit exceeded... for the 13th time | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

Time limit exceeded... for the 13th time

Is it just me or does everyone get time limit exceeded when using massive loops. It's pretty annoying imo and definitely limits us to certain things. F.r. I was working on genetic breeding for my neural network which takes 4 loops of 100,000 iterations in Python and then here comes time limit exceeded to ruin the fun. Anyone know a work around to this, and can anyone relate?

3rd Jan 2018, 9:53 PM
Giancarlo Forero
1 ответ
+ 9
Definitely too heavy for Sololearn. When you hit the 'Run' botton, the code you write is sent to a virtual Python machine, gets interpreted and the output is sent back to the Code Playground and that's it -- you can't treat it as a computing cloud, it doesn't work like Azure or AWS :)
3rd Jan 2018, 10:03 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar