It would be great if teams get access to Any cloud vendors. would there be any provision for the same?
I was able to get up and running for free on Google Colaboratory in about 30 mins
with the following steps.
- Visit https://colab.research.google.com/ and create a new Python 3 notebook
- In the
Runtime
menu, selectChange runtime type
and then selectHardware accelerator
asGPU
- Download the entire dataset of
~30GB
usingwget
wget https://s3.amazonaws.com/drivendata-public-assets/stac.tar
- You will find the dataset available at the path,
/content/stac.tar
in about15 mins
time
Hope this helps,