Can I use Google Colab for training?

This is my first competition on Xeek, I don’t have a local GPU so I want to ask if I can train my neural network on Google Colab to get the model weights, then use that same code for the Jupyter notebook and submit it with the model weights. I’m sure the code on the Jupyter notebook is the same as the code on Google Colab, so it can completely reproduce the results.

Hi @Nghia_P. Thanks for the question. Yes, you are free to use Google Colab for training on your side. Please do include all packages and necessary information for the Onward team either in the notebook or a requirements.txt file submitted with the notebook.

Thanks!

Onward Team