MailRuChamps / raic-2018

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
43 stars 32 forks source link

Maximum submission size is too small in some cases #79

Open alexlyzhov opened 5 years ago

alexlyzhov commented 5 years ago

Basically for many applicable neural networks size of weights is larger and may be extremely tough to fit it. Is 2MB limit in place because neural nets are discouraged in the competition or because of some other reason? If it's the latter, I'd invite you to consider pushing it higher.

If neural networks are OK but throwing in a lot of compute in place of clever algorithms is discouraged, 2MB is still low because 200MB weights still seem bound to fit in any single modern GPU or RAM. I'm not that sure about the processor time / GPU time required to train these though.