Timeout issues with submission

Hi, my submission seems to work fine locally, but I have an issue with the time. Here my log on the server:

2021-01-09 22:24:21.443 | INFO | main:main_loop:78 - making predictions for period test_a
2021-01-09 22:24:21.926 | INFO | main:main_loop:118 - … finished 0 of 1533600 predictions
2021-01-09 22:27:17.791 | INFO | main:main_loop:118 - … finished 2500 of 1533600 predictions
2021-01-09 22:30:13.546 | INFO | main:main_loop:118 - … finished 5000 of 1533600 predictions
2021-01-09 22:33:10.236 | INFO | main:main_loop:118 - … finished 7500 of 1533600 predictions
2021-01-09 22:36:04.740 | INFO | main:main_loop:118 - … finished 10000 of 1533600 predictions
2021-01-09 22:38:59.054 | INFO | main:main_loop:118 - … finished 12500 of 1533600 predictions
Given this speed it would take more than 24 hours to complete the submission! I will try to use tensorflow lite but I really need a big boost to get into the 8 hours limit. Any sugestion?

Ok, mystery solved. 1533600 are the number of minutes that we aggregate for hourly predictions so the “real” number is 1533600/60 = 25560 :grinning: